All Palettes

Color Palette #f2c5d3, #f5e0e4, #f7b1c2, #e3a5d4, #d4b3e6

0%
0%
0%

CSS code for this palette

/* CSS */
.in-the-pink {
color: #f2c5d3;
}
.blush-tint {
color: #f5e0e4;
}
.ibis {
color: #f7b1c2;
}
.light-orchid {
color: #e3a5d4;
}
.pretty-petunia {
color: #d4b3e6;
}

/* CSS Variables */
:root {
--in-the-pink:#f2c5d3;
--blush-tint:#f5e0e4;
--ibis:#f7b1c2;
--light-orchid:#e3a5d4;
--pretty-petunia:#d4b3e6;
}

More palettes to explore