All Palettes

Color Palette #d3a7d7, #e6b2e3, #f2c5e7, #f8a5d3, #f273b3

0%
0%
0%

CSS code for this palette

/* CSS */
.favorite-lavender {
color: #d3a7d7;
}
.dream-land {
color: #e6b2e3;
}
.rosy-nectar {
color: #f2c5e7;
}
.corinthian-pink {
color: #f8a5d3;
}
.pop-that-gum {
color: #f273b3;
}

/* CSS Variables */
:root {
--favorite-lavender:#d3a7d7;
--dream-land:#e6b2e3;
--rosy-nectar:#f2c5e7;
--corinthian-pink:#f8a5d3;
--pop-that-gum:#f273b3;
}

More palettes to explore