Color names in this palette
CSS code for this palette
/* CSS */
.grape-green {
color: #a7e3a1;
}
.mint-cocktail-green {
color: #b6e6b2;
}
.greenette {
color: #d5edc4;
}
.pastoral {
color: #f1f9d7;
}
.light-green-glint {
color: #e4f8d3;
}
/* CSS Variables */
:root {
--grape-green:#a7e3a1;
--mint-cocktail-green:#b6e6b2;
--greenette:#d5edc4;
--pastoral:#f1f9d7;
--light-green-glint:#e4f8d3;
}