Color names in this palette
CSS code for this palette
/* CSS */
.american-yellow {
color: #f5b400;
}
.usc-gold {
color: #ffcc00;
}
.conifer-blossom {
color: #ffdd47;
}
.chilled-lemonade {
color: #ffea94;
}
.lead-glass {
color: #fff9e5;
}
/* CSS Variables */
:root {
--american-yellow:#f5b400;
--usc-gold:#ffcc00;
--conifer-blossom:#ffdd47;
--chilled-lemonade:#ffea94;
--lead-glass:#fff9e5;
}