All Palettes

Color Palette #f1c6d0, #f8a5b7, #f46c8c, #c75c8c, #a7446d

0%
0%
0%

CSS code for this palette

/* CSS */
.in-the-pink {
color: #f1c6d0;
}
.fresh-on-the-market {
color: #f8a5b7;
}
.out-of-fashion {
color: #f46c8c;
}
.ibis-rose {
color: #c75c8c;
}
.fuchsia-flock {
color: #a7446d;
}

/* CSS Variables */
:root {
--in-the-pink:#f1c6d0;
--fresh-on-the-market:#f8a5b7;
--out-of-fashion:#f46c8c;
--ibis-rose:#c75c8c;
--fuchsia-flock:#a7446d;
}

More palettes to explore