All Palettes

Color Palette #ffffff, #f0e3d6, #d1b29f, #c5afc0, #ffebcc

0%
0%
0%

CSS code for this palette

/* CSS */
.white {
color: #ffffff;
}
.uptown-taupe {
color: #f0e3d6;
}
.soba {
color: #d1b29f;
}
.la-de-dah {
color: #c5afc0;
}
.blanched-almond {
color: #ffebcc;
}

/* CSS Variables */
:root {
--white:#ffffff;
--uptown-taupe:#f0e3d6;
--soba:#d1b29f;
--la-de-dah:#c5afc0;
--blanched-almond:#ffebcc;
}

More palettes to explore