Color names in this palette
CSS code for this palette
/* CSS */
.oilcloth-green {
color: #84c28f;
}
.grape-green {
color: #a5e09f;
}
.jade-palace {
color: #cff2d7;
}
.misty-lawn {
color: #e1f9e3;
}
.herbal-tea {
color: #fafce8;
}
/* CSS Variables */
:root {
--oilcloth-green:#84c28f;
--grape-green:#a5e09f;
--jade-palace:#cff2d7;
--misty-lawn:#e1f9e3;
--herbal-tea:#fafce8;
}