All Palettes

Color Palette #a8e1a3, #b7e3b0, #e4f1d0, #f7f6a6, #f4eaa4

0%
0%
0%

CSS code for this palette

/* CSS */
.grape-green {
color: #a8e1a3;
}
.mint-cocktail-green {
color: #b7e3b0;
}
.light-greenette {
color: #e4f1d0;
}
.shalimar {
color: #f7f6a6;
}
.shaded-sun {
color: #f4eaa4;
}

/* CSS Variables */
:root {
--grape-green:#a8e1a3;
--mint-cocktail-green:#b7e3b0;
--light-greenette:#e4f1d0;
--shalimar:#f7f6a6;
--shaded-sun:#f4eaa4;
}

More palettes to explore