Color names in this palette
CSS code for this palette
/* CSS */
.usc-gold {
color: #ffcc00;
}
.sunny-side-up {
color: #ffd942;
}
.digital-yellow {
color: #ffeb7a;
}
.floral-leaf {
color: #ffb84d;
}
.flush-orange {
color: #ff6e00;
}
/* CSS Variables */
:root {
--usc-gold:#ffcc00;
--sunny-side-up:#ffd942;
--digital-yellow:#ffeb7a;
--floral-leaf:#ffb84d;
--flush-orange:#ff6e00;
}