Color names in this palette
CSS code for this palette
/* CSS */
.grieving-daylily {
color: #c25719;
}
.jaffa-orange {
color: #d67738;
}
.troll-slayer-orange {
color: #f5a14d;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.lemon-drop {
color: #fcd778;
}
/* CSS Variables */
:root {
--grieving-daylily:#c25719;
--jaffa-orange:#d67738;
--troll-slayer-orange:#f5a14d;
--creamy-sweet-corn:#f9c54e;
--lemon-drop:#fcd778;
}