Color names in this palette
CSS code for this palette
/* CSS */
.weathered-bamboo {
color: #5b3a29;
}
.acorn {
color: #7d5f4f;
}
.tannin {
color: #a78c6c;
}
.summer-bloom {
color: #d2beb6;
}
.antoinette-pink {
color: #e8c4b5;
}
/* CSS Variables */
:root {
--weathered-bamboo:#5b3a29;
--acorn:#7d5f4f;
--tannin:#a78c6c;
--summer-bloom:#d2beb6;
--antoinette-pink:#e8c4b5;
}