All Palettes

Color Palette #f6a2a9, #f9ea9f, #a1dce3, #9d8da5, #e3b0d4

0%
0%
0%

CSS code for this palette

/* CSS */
.simple-pink {
color: #f6a2a9;
}
.lemon-gelato {
color: #f9ea9f;
}
.light-bluish-water {
color: #a1dce3;
}
.smoky-grape {
color: #9d8da5;
}
.gumball {
color: #e3b0d4;
}

/* CSS Variables */
:root {
--simple-pink:#f6a2a9;
--lemon-gelato:#f9ea9f;
--light-bluish-water:#a1dce3;
--smoky-grape:#9d8da5;
--gumball:#e3b0d4;
}

More palettes to explore