Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.honey-wax {
color: #f9a824;
}
.ornery-tangerine {
color: #f97d24;
}
.poppy-flower {
color: #f05c00;
}
.flame-of-prometheus {
color: #d63900;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--honey-wax:#f9a824;
--ornery-tangerine:#f97d24;
--poppy-flower:#f05c00;
--flame-of-prometheus:#d63900;
}