Color names in this palette
CSS code for this palette
/* CSS */
.middle-green {
color: #4b8b5b;
}
.absinthe-green {
color: #79b982;
}
.green-trance {
color: #a4d6a4;
}
.frozen-forest {
color: #d3e7b6;
}
.rice-flower {
color: #f0f9d2;
}
/* CSS Variables */
:root {
--middle-green:#4b8b5b;
--absinthe-green:#79b982;
--green-trance:#a4d6a4;
--frozen-forest:#d3e7b6;
--rice-flower:#f0f9d2;
}