All Palettes

Color Palette #ffffff, #f0e0e0, #d1c5e2, #b7e1e1, #f6c7b6

0%
0%
0%

CSS code for this palette

/* CSS */
.white {
color: #ffffff;
}
.daring-deception {
color: #f0e0e0;
}
.italian-fitch {
color: #d1c5e2;
}
.fine-blue {
color: #b7e1e1;
}
.serene-pink {
color: #f6c7b6;
}

/* CSS Variables */
:root {
--white:#ffffff;
--daring-deception:#f0e0e0;
--italian-fitch:#d1c5e2;
--fine-blue:#b7e1e1;
--serene-pink:#f6c7b6;
}

More palettes to explore