Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.usc-gold {
color: #ffcc00;
}
.hollandaise {
color: #ffec3d;
}
.vitamin-c {
color: #ff9900;
}
.smashing-pumpkins {
color: #ff5724;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--usc-gold:#ffcc00;
--hollandaise:#ffec3d;
--vitamin-c:#ff9900;
--smashing-pumpkins:#ff5724;
}