All Palettes

Color Palette #e6b2c9, #f2c5d3, #f7e4e5, #f9f0e1, #f1d1b6

0%
0%
0%

CSS code for this palette

/* CSS */
.muddy-mauve {
color: #e6b2c9;
}
.in-the-pink {
color: #f2c5d3;
}
.marshmallow-rose {
color: #f7e4e5;
}
.desert-star {
color: #f9f0e1;
}
.pale-coral {
color: #f1d1b6;
}

/* CSS Variables */
:root {
--muddy-mauve:#e6b2c9;
--in-the-pink:#f2c5d3;
--marshmallow-rose:#f7e4e5;
--desert-star:#f9f0e1;
--pale-coral:#f1d1b6;
}

More palettes to explore