Color names in this palette
CSS code for this palette
/* CSS */
.button-eyes {
color: #4e3b31;
}
.sequoia-dusk {
color: #7a5a52;
}
.tawny-birch {
color: #a87b67;
}
.ceremonial-gold {
color: #d3a15a;
}
.woven-raffia {
color: #f2dfc0;
}
/* CSS Variables */
:root {
--button-eyes:#4e3b31;
--sequoia-dusk:#7a5a52;
--tawny-birch:#a87b67;
--ceremonial-gold:#d3a15a;
--woven-raffia:#f2dfc0;
}