Color names in this palette
CSS code for this palette
/* CSS */
.american-yellow {
color: #f0b400;
}
.usc-gold {
color: #ffcc00;
}
.yellow-bell-pepper {
color: #ffdd33;
}
.caduceus-gold {
color: #ffed66;
}
.sunburst-yellow {
color: #ffff99;
}
/* CSS Variables */
:root {
--american-yellow:#f0b400;
--usc-gold:#ffcc00;
--yellow-bell-pepper:#ffdd33;
--caduceus-gold:#ffed66;
--sunburst-yellow:#ffff99;
}