All Palettes

Color Palette #ffffff, #eae8e1, #d1d6d3, #b7c9b0, #a5bba7

0%
0%
0%

CSS code for this palette

/* CSS */
.white {
color: #ffffff;
}
.mystic-fog {
color: #eae8e1;
}
.evaporation {
color: #d1d6d3;
}
.healing-aloe {
color: #b7c9b0;
}
.bryophyte {
color: #a5bba7;
}

/* CSS Variables */
:root {
--white:#ffffff;
--mystic-fog:#eae8e1;
--evaporation:#d1d6d3;
--healing-aloe:#b7c9b0;
--bryophyte:#a5bba7;
}

More palettes to explore