All Palettes

Color Palette #f1d0d1, #e8a1ae, #d54d69, #aa4b8f, #6d2c4b

0%
0%
0%

CSS code for this palette

/* CSS */
.nursery {
color: #f1d0d1;
}
.sprinkled-with-pink {
color: #e8a1ae;
}
.cranberry-splash {
color: #d54d69;
}
.plum-dust {
color: #aa4b8f;
}
.bordeaux-red {
color: #6d2c4b;
}

/* CSS Variables */
:root {
--nursery:#f1d0d1;
--sprinkled-with-pink:#e8a1ae;
--cranberry-splash:#d54d69;
--plum-dust:#aa4b8f;
--bordeaux-red:#6d2c4b;
}

More palettes to explore