Color names in this palette
CSS code for this palette
/* CSS */
.white-chocolate {
color: #f0e3c7;
}
.bakelite {
color: #e5d5a4;
}
.champagne-beige {
color: #d3c39c;
}
.texas-sage {
color: #b5a67d;
}
.tannin {
color: #a78c6c;
}
/* CSS Variables */
:root {
--white-chocolate:#f0e3c7;
--bakelite:#e5d5a4;
--champagne-beige:#d3c39c;
--texas-sage:#b5a67d;
--tannin:#a78c6c;
}