Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.salted-caramel-popcorn {
color: #f9b14e;
}
.beniukon-bronze {
color: #f98339;
}
.coral-quartz {
color: #f76b5e;
}
.dusk-orange {
color: #f64c3c;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--salted-caramel-popcorn:#f9b14e;
--beniukon-bronze:#f98339;
--coral-quartz:#f76b5e;
--dusk-orange:#f64c3c;
}