Color names in this palette
CSS code for this palette
/* CSS */
.orange-daylily {
color: #e97c5d;
}
.golden-hour {
color: #f2b55a;
}
.yellow-cream {
color: #f2d269;
}
.cymophane-yellow {
color: #f2e6a6;
}
.fresh-sawdust {
color: #c8a379;
}
/* CSS Variables */
:root {
--orange-daylily:#e97c5d;
--golden-hour:#f2b55a;
--yellow-cream:#f2d269;
--cymophane-yellow:#f2e6a6;
--fresh-sawdust:#c8a379;
}