Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.salted-caramel-popcorn {
color: #f9b14e;
}
.glorious-sunset {
color: #f98a1a;
}
.liquid-lava {
color: #f66f0e;
}
.heating-lamp {
color: #ef3e1f;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--salted-caramel-popcorn:#f9b14e;
--glorious-sunset:#f98a1a;
--liquid-lava:#f66f0e;
--heating-lamp:#ef3e1f;
}