Color names in this palette
CSS code for this palette
/* CSS */
.enchanted-glen {
color: #1a6b25;
}
.resplendent-growth {
color: #3b8c3c;
}
.forest-maid {
color: #5abf5f;
}
.vic-20-green {
color: #8ae090;
}
.chicon {
color: #d7f8b4;
}
/* CSS Variables */
:root {
--enchanted-glen:#1a6b25;
--resplendent-growth:#3b8c3c;
--forest-maid:#5abf5f;
--vic-20-green:#8ae090;
--chicon:#d7f8b4;
}