Is it possible to assign multiple colors to the command "cancelto" of the package cancel? This answer change color cancelto is almost there, but it changed the color for all the environments, at least it's my guess.
I was imagining something customizable, for example:
\renewcommand{\CancelColor}{\color{color of choice}} %%%%%%color as an input%%%%%%%
\cancelto[color of choice number 1]{0}{x}
\cancelto[color of choice number 2]{0}{x^2}
Regards,

\renewcommand{\CancelColor}{foocolor}within anequationoralignetc environment would of course not change the\CancelColoroutside of that environment due to grouping – Aug 24 '16 at 19:48