All Palettes

Color Palette #a7e3a1, #b6e6b2, #d5edc4, #f1f9d7, #e4f8d3

0%
0%
0%

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;
}

More palettes to explore