Color names in this palette
CSS code for this palette
/* CSS */
.no-gmb-yellow {
color: #f5e78a;
}
.mocha-dandelion {
color: #f2d86e;
}
.royal-gold-pearl {
color: #d3a84a;
}
.mauve-orchid {
color: #a66e8d;
}
.cleopatra-s-gown {
color: #7b4b86;
}
/* CSS Variables */
:root {
--no-gmb-yellow:#f5e78a;
--mocha-dandelion:#f2d86e;
--royal-gold-pearl:#d3a84a;
--mauve-orchid:#a66e8d;
--cleopatra-s-gown:#7b4b86;
}