Color names in this palette
CSS code for this palette
/* CSS */
.chrome-yellow {
color: #faa700;
}
.usc-gold {
color: #ffcc00;
}
.yellow-bell-pepper {
color: #ffdd33;
}
.lemon-peel {
color: #ffec80;
}
.peach-of-mind {
color: #ffe3b3;
}
/* CSS Variables */
:root {
--chrome-yellow:#faa700;
--usc-gold:#ffcc00;
--yellow-bell-pepper:#ffdd33;
--lemon-peel:#ffec80;
--peach-of-mind:#ffe3b3;
}