Color names in this palette
CSS code for this palette
/* CSS */
.bean-pot {
color: #8c6d4f;
}
.vast-desert {
color: #c2af99;
}
.chopsticks {
color: #e0d1b8;
}
.double-spanish-white {
color: #d3c2a1;
}
.hot-cacao {
color: #a56950;
}
/* CSS Variables */
:root {
--bean-pot:#8c6d4f;
--vast-desert:#c2af99;
--chopsticks:#e0d1b8;
--double-spanish-white:#d3c2a1;
--hot-cacao:#a56950;
}