All Palettes

Color Palette #d9b6e2, #f1c6d0, #f8e6b4, #f7b2a1, #f07d70

0%
0%
0%

CSS code for this palette

/* CSS */
.pretty-petunia {
color: #d9b6e2;
}
.in-the-pink {
color: #f1c6d0;
}
.banana-yogurt {
color: #f8e6b4;
}
.first-date {
color: #f7b2a1;
}
.melondrama {
color: #f07d70;
}

/* CSS Variables */
:root {
--pretty-petunia:#d9b6e2;
--in-the-pink:#f1c6d0;
--banana-yogurt:#f8e6b4;
--first-date:#f7b2a1;
--melondrama:#f07d70;
}

More palettes to explore