Color names in this palette
CSS code for this palette
/* CSS */
.frozen-moss-green {
color: #aee0ae;
}
.green-trance {
color: #9fd6a0;
}
.foul-green {
color: #89c89f;
}
.young-bamboo {
color: #69bf88;
}
.fresh-oregano {
color: #4cae6d;
}
/* CSS Variables */
:root {
--frozen-moss-green:#aee0ae;
--green-trance:#9fd6a0;
--foul-green:#89c89f;
--young-bamboo:#69bf88;
--fresh-oregano:#4cae6d;
}