Color names in this palette
CSS code for this palette
/* CSS */
.champagne-beige {
color: #d4c3a0;
}
.olive-gold {
color: #c0ae8c;
}
.tannin {
color: #a78c6c;
}
.rich-walnut {
color: #7c5c4b;
}
.tree-house {
color: #3a291d;
}
/* CSS Variables */
:root {
--champagne-beige:#d4c3a0;
--olive-gold:#c0ae8c;
--tannin:#a78c6c;
--rich-walnut:#7c5c4b;
--tree-house:#3a291d;
}