Color names in this palette
CSS code for this palette
/* CSS */
.overgrown-mausoleum {
color: #4e8c31;
}
.limestoned {
color: #a7caa0;
}
.schabziger-green {
color: #e2e3b5;
}
.salmon-slice {
color: #efaf8a;
}
.jack-o-lantern {
color: #d67a4c;
}
/* CSS Variables */
:root {
--overgrown-mausoleum:#4e8c31;
--limestoned:#a7caa0;
--schabziger-green:#e2e3b5;
--salmon-slice:#efaf8a;
--jack-o-lantern:#d67a4c;
}