Color names in this palette
CSS code for this palette
/* CSS */
.grieving-daylily {
color: #c5591b;
}
.sun-orange {
color: #f27c21;
}
.lemon-dream {
color: #f0a000;
}
.banana-drama {
color: #f1d04b;
}
.resplendent-growth {
color: #3c8c3b;
}
/* CSS Variables */
:root {
--grieving-daylily:#c5591b;
--sun-orange:#f27c21;
--lemon-dream:#f0a000;
--banana-drama:#f1d04b;
--resplendent-growth:#3c8c3b;
}