All Palettes

Color Palette #e7b1d2, #f4d29f, #f9e8b4, #8dd3c0, #4e9ed0

0%
0%
0%

CSS code for this palette

/* CSS */
.gumball {
color: #e7b1d2;
}
.vespa-yellow {
color: #f4d29f;
}
.banana-yogurt {
color: #f9e8b4;
}
.light-capri-green {
color: #8dd3c0;
}
.blue-iguana {
color: #4e9ed0;
}

/* CSS Variables */
:root {
--gumball:#e7b1d2;
--vespa-yellow:#f4d29f;
--banana-yogurt:#f9e8b4;
--light-capri-green:#8dd3c0;
--blue-iguana:#4e9ed0;
}

More palettes to explore