Color names in this palette
CSS code for this palette
/* CSS */
.american-yellow {
color: #f5b400;
}
.dream-of-spring {
color: #f6d12c;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.glowing-lantern {
color: #f9bc39;
}
.saffron-gold {
color: #f08c00;
}
/* CSS Variables */
:root {
--american-yellow:#f5b400;
--dream-of-spring:#f6d12c;
--creamy-sweet-corn:#f9c54e;
--glowing-lantern:#f9bc39;
--saffron-gold:#f08c00;
}