Color names in this palette
CSS code for this palette
/* CSS */
.nettle-green {
color: #2f4c2f;
}
.jungle-adventure {
color: #496e49;
}
.jade-green {
color: #799a79;
}
.french-market {
color: #a3c8a3;
}
.herbal-mist {
color: #d1e6d1;
}
/* CSS Variables */
:root {
--nettle-green:#2f4c2f;
--jungle-adventure:#496e49;
--jade-green:#799a79;
--french-market:#a3c8a3;
--herbal-mist:#d1e6d1;
}