All Palettes

Color Palette #f1a7b4, #f4c3d6, #f7e3e6, #e1c6d3, #c3a2b7

0%
0%
0%

CSS code for this palette

/* CSS */
.princess {
color: #f1a7b4;
}
.sweetheart {
color: #f4c3d6;
}
.marshmallow-rose {
color: #f7e3e6;
}
.etcetera {
color: #e1c6d3;
}
.pretty-lady {
color: #c3a2b7;
}

/* CSS Variables */
:root {
--princess:#f1a7b4;
--sweetheart:#f4c3d6;
--marshmallow-rose:#f7e3e6;
--etcetera:#e1c6d3;
--pretty-lady:#c3a2b7;
}

More palettes to explore