Color names in this palette
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;
}