Color names in this palette
CSS code for this palette
/* CSS */
.fat-gold {
color: #e6b400;
}
.shocking-orange {
color: #ff6d1f;
}
.mandarin-peel {
color: #ff9d00;
}
.usc-gold {
color: #ffcc00;
}
.sunny-side-up {
color: #ffdc42;
}
/* CSS Variables */
:root {
--fat-gold:#e6b400;
--shocking-orange:#ff6d1f;
--mandarin-peel:#ff9d00;
--usc-gold:#ffcc00;
--sunny-side-up:#ffdc42;
}