Color names in this palette
CSS code for this palette
/* CSS */
.weathered-bamboo {
color: #5b3a29;
}
.cara-be {
color: #7b5b4c;
}
.tannin {
color: #a78c6c;
}
.biscotti {
color: #d7c4a8;
}
.mother-of-pearl {
color: #e8d5c4;
}
/* CSS Variables */
:root {
--weathered-bamboo:#5b3a29;
--cara-be:#7b5b4c;
--tannin:#a78c6c;
--biscotti:#d7c4a8;
--mother-of-pearl:#e8d5c4;
}