All Palettes

Color Palette #f7f3e8, #d5d1c3, #b9b2a2, #7a7b7f, #4b4c4e

0%
0%
0%

CSS code for this palette

/* CSS */
.cheviot {
color: #f7f3e8;
}
.clay-beige {
color: #d5d1c3;
}
.silver-taupe {
color: #b9b2a2;
}
.tarnished-silver {
color: #7a7b7f;
}
.dark-shadow {
color: #4b4c4e;
}

/* CSS Variables */
:root {
--cheviot:#f7f3e8;
--clay-beige:#d5d1c3;
--silver-taupe:#b9b2a2;
--tarnished-silver:#7a7b7f;
--dark-shadow:#4b4c4e;
}

More palettes to explore