Color names in this palette
CSS code for this palette
/* CSS */
.forestry {
color: #2d3e23;
}
.sabal-palm {
color: #49694d;
}
.shale-green {
color: #6a8a6f;
}
.french-market {
color: #a5c8a2;
}
.fairest-jade {
color: #d0e2d0;
}
/* CSS Variables */
:root {
--forestry:#2d3e23;
--sabal-palm:#49694d;
--shale-green:#6a8a6f;
--french-market:#a5c8a2;
--fairest-jade:#d0e2d0;
}