Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.usc-gold {
color: #ffcc00;
}
.glitter-is-not-gold {
color: #ffdd57;
}
.shocking-orange {
color: #ff6d1f;
}
.chinese-new-year {
color: #ff2e62;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--usc-gold:#ffcc00;
--glitter-is-not-gold:#ffdd57;
--shocking-orange:#ff6d1f;
--chinese-new-year:#ff2e62;
}