All Palettes

Color Palette #ffffff, #f2f4f1, #dfe7e3, #b7d7d1, #8dc8c1

0%
0%
0%

CSS code for this palette

/* CSS */
.white {
color: #ffffff;
}
.bleached-silk {
color: #f2f4f1;
}
.sandwashed-glassshard {
color: #dfe7e3;
}
.wingsuit-wind {
color: #b7d7d1;
}
.deco-rate {
color: #8dc8c1;
}

/* CSS Variables */
:root {
--white:#ffffff;
--bleached-silk:#f2f4f1;
--sandwashed-glassshard:#dfe7e3;
--wingsuit-wind:#b7d7d1;
--deco-rate:#8dc8c1;
}

More palettes to explore