\begin{tikzpicture}
    \draw[CORAcolorBlue] (-6,0) rectangle (-4,2);
    \draw[CORAcolorRed] (-2,1) circle (1cm);
    \draw[CORAcolorYellow] (0,0) -- (0,1) -- (1,2) -- (2,2) -- (2,1) -- (1,0) -- (0,0);
\end{tikzpicture}