Color names in this palette
CSS code for this palette
/* CSS */
.usc-gold {
color: #ffcc00;
}
.sunny-side-up {
color: #ffd942;
}
.digital-yellow {
color: #ffeb7a;
}
.vanilla-ice-cream {
color: #ffe7b3;
}
.midday-sun {
color: #ffe2a3;
}
/* CSS Variables */
:root {
--usc-gold:#ffcc00;
--sunny-side-up:#ffd942;
--digital-yellow:#ffeb7a;
--vanilla-ice-cream:#ffe7b3;
--midday-sun:#ffe2a3;
}