All Palettes

Color Palette #ffffff, #f1e7df, #e5c7d4, #d5b3c3, #c6a4b5

0%
0%
0%

CSS code for this palette

/* CSS */
.white {
color: #ffffff;
}
.gardenia {
color: #f1e7df;
}
.pretty-pale {
color: #e5c7d4;
}
.mauvelous {
color: #d5b3c3;
}
.taste-of-berry {
color: #c6a4b5;
}

/* CSS Variables */
:root {
--white:#ffffff;
--gardenia:#f1e7df;
--pretty-pale:#e5c7d4;
--mauvelous:#d5b3c3;
--taste-of-berry:#c6a4b5;
}

More palettes to explore