Color names in this palette
CSS code for this palette
/* CSS */
.flash-of-orange {
color: #ffaa00;
}
.usc-gold {
color: #ffcc00;
}
.glitter-is-not-gold {
color: #ffdd57;
}
.sp-tzle-yellow {
color: #ffed8a;
}
.vanilla-ice-cream {
color: #ffe7b3;
}
/* CSS Variables */
:root {
--flash-of-orange:#ffaa00;
--usc-gold:#ffcc00;
--glitter-is-not-gold:#ffdd57;
--sp-tzle-yellow:#ffed8a;
--vanilla-ice-cream:#ffe7b3;
}