Color names in this palette
CSS code for this palette
/* CSS */
.cool-aloe {
color: #a4d99b;
}
.clover-mist {
color: #69bf86;
}
.wintergreen-shadow {
color: #4f9c7d;
}
.green-belt {
color: #307e6e;
}
.forest-biome {
color: #1a5b55;
}
/* CSS Variables */
:root {
--cool-aloe:#a4d99b;
--clover-mist:#69bf86;
--wintergreen-shadow:#4f9c7d;
--green-belt:#307e6e;
--forest-biome:#1a5b55;
}