All Palettes

Color Palette #b8b2a8, #d5c4b4, #e5e0d1, #f4e1b3, #d8c9b6

0%
0%
0%

CSS code for this palette

/* CSS */
.requisite-grey {
color: #b8b2a8;
}
.chalk-beige {
color: #d5c4b4;
}
.focus {
color: #e5e0d1;
}
.friendly-yellow {
color: #f4e1b3;
}
.clay-pipe {
color: #d8c9b6;
}

/* CSS Variables */
:root {
--requisite-grey:#b8b2a8;
--chalk-beige:#d5c4b4;
--focus:#e5e0d1;
--friendly-yellow:#f4e1b3;
--clay-pipe:#d8c9b6;
}

More palettes to explore