Color names in this palette
CSS code for this palette
/* CSS */
.grape-green {
color: #a9e6a2;
}
.green-myth {
color: #c4e1c1;
}
.chic-green {
color: #d9ead7;
}
.bean-sprout {
color: #f1f9e6;
}
.light-green-glint {
color: #e4f7d4;
}
/* CSS Variables */
:root {
--grape-green:#a9e6a2;
--green-myth:#c4e1c1;
--chic-green:#d9ead7;
--bean-sprout:#f1f9e6;
--light-green-glint:#e4f7d4;
}