Color names in this palette
CSS code for this palette
/* CSS */
.grape-green {
color: #a9e6a2;
}
.witty-green {
color: #b1d99b;
}
.almost-aloe {
color: #c6e6b2;
}
.green-glint {
color: #d8f1c6;
}
.weathered-mint {
color: #e4f8e2;
}
/* CSS Variables */
:root {
--grape-green:#a9e6a2;
--witty-green:#b1d99b;
--almost-aloe:#c6e6b2;
--green-glint:#d8f1c6;
--weathered-mint:#e4f8e2;
}