Color names in this palette
CSS code for this palette
/* CSS */
.overgrown-mausoleum {
color: #4b8b2d;
}
.french-market {
color: #a4c3a2;
}
.forest-found {
color: #e3e1ba;
}
.wonton-dumpling {
color: #d0a56c;
}
.brushwood {
color: #8c5b3b;
}
/* CSS Variables */
:root {
--overgrown-mausoleum:#4b8b2d;
--french-market:#a4c3a2;
--forest-found:#e3e1ba;
--wonton-dumpling:#d0a56c;
--brushwood:#8c5b3b;
}