All Palettes

Color Palette #fad3d1, #f4b8d4, #f1a7e0, #e7c5f2, #d0e6f1

0%
0%
0%

CSS code for this palette

/* CSS */
.fading-rose {
color: #fad3d1;
}
.pink-marshmallow {
color: #f4b8d4;
}
.hanami-pink {
color: #f1a7e0;
}
.purple-s-baby-sister {
color: #e7c5f2;
}
.new-heights {
color: #d0e6f1;
}

/* CSS Variables */
:root {
--fading-rose:#fad3d1;
--pink-marshmallow:#f4b8d4;
--hanami-pink:#f1a7e0;
--purple-s-baby-sister:#e7c5f2;
--new-heights:#d0e6f1;
}

More palettes to explore