Color names in this palette
CSS code for this palette
/* CSS */
.grieving-daylily {
color: #c55a20;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.soft-candlelight {
color: #f8eace;
}
.lime-lizard {
color: #a3d55d;
}
.greenbrier {
color: #4b9b6c;
}
/* CSS Variables */
:root {
--grieving-daylily:#c55a20;
--apricot-glazed-chicken:#f5a524;
--soft-candlelight:#f8eace;
--lime-lizard:#a3d55d;
--greenbrier:#4b9b6c;
}