Color names in this palette
CSS code for this palette
/* CSS */
.grieving-daylily {
color: #ca5e1c;
}
.immortelle-yellow {
color: #d7a10f;
}
.mocha-dandelion {
color: #f0d670;
}
.limestoned {
color: #a8c9a1;
}
.hippie-green {
color: #5c8a5c;
}
/* CSS Variables */
:root {
--grieving-daylily:#ca5e1c;
--immortelle-yellow:#d7a10f;
--mocha-dandelion:#f0d670;
--limestoned:#a8c9a1;
--hippie-green:#5c8a5c;
}