Color names in this palette
CSS code for this palette
/* CSS */
.american-yellow {
color: #f5b400;
}
.usc-gold {
color: #ffcc00;
}
.sunny-side-up {
color: #ffd942;
}
.lemon-peel {
color: #fff080;
}
.faded-sunlight {
color: #ffcb6b;
}
/* CSS Variables */
:root {
--american-yellow:#f5b400;
--usc-gold:#ffcc00;
--sunny-side-up:#ffd942;
--lemon-peel:#fff080;
--faded-sunlight:#ffcb6b;
}