All Palettes

Color Palette #a8e0a3, #b2e6b5, #c3e9c7, #e6f4e6, #f0fff2

0%
0%
0%

CSS code for this palette

/* CSS */
.grape-green {
color: #a8e0a3;
}
.fringy-flower {
color: #b2e6b5;
}
.wintergreen-mint {
color: #c3e9c7;
}
.mint-fizz {
color: #e6f4e6;
}
.azure-mist {
color: #f0fff2;
}

/* CSS Variables */
:root {
--grape-green:#a8e0a3;
--fringy-flower:#b2e6b5;
--wintergreen-mint:#c3e9c7;
--mint-fizz:#e6f4e6;
--azure-mist:#f0fff2;
}

More palettes to explore