Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.salted-caramel-popcorn {
color: #f9b14e;
}
.crayola-orange {
color: #f97939;
}
.orange-soda {
color: #f95d3e;
}
.infrared {
color: #f94e6d;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--salted-caramel-popcorn:#f9b14e;
--crayola-orange:#f97939;
--orange-soda:#f95d3e;
--infrared:#f94e6d;
}