Color names in this palette
CSS code for this palette
/* CSS */
.medium-vermilion {
color: #db5c39;
}
.bergamot-orange {
color: #f2a15a;
}
.hawkbit {
color: #fddb6d;
}
.lime-lizard {
color: #a1d65c;
}
.overgrown-mausoleum {
color: #4b8b2d;
}
/* CSS Variables */
:root {
--medium-vermilion:#db5c39;
--bergamot-orange:#f2a15a;
--hawkbit:#fddb6d;
--lime-lizard:#a1d65c;
--overgrown-mausoleum:#4b8b2d;
}