All Palettes

Color Palette #f1a7b4, #f3c4d3, #f8e2e8, #e9b4e3, #d19bd9

0%
0%
0%

CSS code for this palette

/* CSS */
.princess {
color: #f1a7b4;
}
.in-the-pink {
color: #f3c4d3;
}
.pork-belly {
color: #f8e2e8;
}
.dream-land {
color: #e9b4e3;
}
.somewhere-in-a-fairytale {
color: #d19bd9;
}

/* CSS Variables */
:root {
--princess:#f1a7b4;
--in-the-pink:#f3c4d3;
--pork-belly:#f8e2e8;
--dream-land:#e9b4e3;
--somewhere-in-a-fairytale:#d19bd9;
}

More palettes to explore