Uncertain where to post this, is this coding correct?

analogWrite(colorledstate1, HIGH);

colorledstate1 is not a pin,
try writing to one of your defined pins

const int colorchange1 = 11; //red dual color pin
const int colorchange2 = 12; //green dual color pin