Color names in this palette
CSS code for this palette
/* CSS */
.overgrown-mausoleum {
color: #4b8e2e;
}
.french-market {
color: #a4c6a5;
}
.herbal-mist {
color: #d0e6d0;
}
.oyster-bisque {
color: #f2e7b1;
}
.warm-woolen {
color: #d4b559;
}
/* CSS Variables */
:root {
--overgrown-mausoleum:#4b8e2e;
--french-market:#a4c6a5;
--herbal-mist:#d0e6d0;
--oyster-bisque:#f2e7b1;
--warm-woolen:#d4b559;
}