Color names in this palette
CSS code for this palette
/* CSS */
.biltmore-buff {
color: #e2c8a2;
}
.windsor-greige {
color: #c4b59c;
}
.virtual-taupe {
color: #8a7b6a;
}
.beech {
color: #5d4e3c;
}
.chinese-ink {
color: #3f302c;
}
/* CSS Variables */
:root {
--biltmore-buff:#e2c8a2;
--windsor-greige:#c4b59c;
--virtual-taupe:#8a7b6a;
--beech:#5d4e3c;
--chinese-ink:#3f302c;
}