All Palettes

Color Palette #a7d7b8, #b2e1b3, #d6e3b0, #f1e1a7, #f4b4a4

0%
0%
0%

CSS code for this palette

/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.mint-cocktail-green {
color: #b2e1b3;
}
.lasting-thoughts {
color: #d6e3b0;
}
.french-vanilla {
color: #f1e1a7;
}
.first-date {
color: #f4b4a4;
}

/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--mint-cocktail-green:#b2e1b3;
--lasting-thoughts:#d6e3b0;
--french-vanilla:#f1e1a7;
--first-date:#f4b4a4;
}

More palettes to explore