CSS code for this palette
/* CSS */
.ficus {
color: #3e5d3c;
}
.forest-bound {
color: #6f8f4d;
}
.gingko {
color: #a2c59b;
}
.white-green {
color: #d6e8ca;
}
.bean-sprout {
color: #f5f9e7;
}
/* CSS Variables */
:root {
--ficus:#3e5d3c;
--forest-bound:#6f8f4d;
--gingko:#a2c59b;
--white-green:#d6e8ca;
--bean-sprout:#f5f9e7;
}