Color names in this palette
CSS code for this palette
/* CSS */
.weathered-bamboo {
color: #5b3a29;
}
.egyptian-jasper {
color: #794a39;
}
.hazel {
color: #a16b4a;
}
.rye {
color: #d0ae7c;
}
.biltmore-buff {
color: #e3cca1;
}
/* CSS Variables */
:root {
--weathered-bamboo:#5b3a29;
--egyptian-jasper:#794a39;
--hazel:#a16b4a;
--rye:#d0ae7c;
--biltmore-buff:#e3cca1;
}