\begin{tikzpicture}
    \drawallelements at (0,0);
    \drawallelements[color=optikzred] at (0,-1.5);
    \drawallelements[color=optikzyellow] at (0,-3);
    \node[anchor=east] at (-0.2,0){original};
    \node[anchor=east] at (-0.2,-1.5){\texttt{color=optikzred}};
    \node[anchor=east] at (-0.2,-3){\texttt{color=optikzyellow}};
\end{tikzpicture}