Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.vitamin-c {
color: #ff9900;
}
.usc-gold {
color: #ffcc00;
}
.egg-yolk-sunrise {
color: #ffd60a;
}
.middle-yellow {
color: #ffea00;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--vitamin-c:#ff9900;
--usc-gold:#ffcc00;
--egg-yolk-sunrise:#ffd60a;
--middle-yellow:#ffea00;
}