Color names in this palette
CSS code for this palette
/* CSS */
.usc-gold {
color: #ffcc00;
}
.shocking-orange {
color: #ff6d1f;
}
.ogre-odor {
color: #ff513d;
}
.vitamin-c {
color: #ff9900;
}
.kuchinashi-yellow {
color: #ffdb4d;
}
/* CSS Variables */
:root {
--usc-gold:#ffcc00;
--shocking-orange:#ff6d1f;
--ogre-odor:#ff513d;
--vitamin-c:#ff9900;
--kuchinashi-yellow:#ffdb4d;
}