Color names in this palette
CSS code for this palette
/* CSS */
.weathered-bamboo {
color: #5b3a29;
}
.cigar {
color: #7e4d3a;
}
.hazelnut {
color: #a86e5d;
}
.bruin-spice {
color: #d3b99c;
}
.ginger-shortbread {
color: #e2cec5;
}
/* CSS Variables */
:root {
--weathered-bamboo:#5b3a29;
--cigar:#7e4d3a;
--hazelnut:#a86e5d;
--bruin-spice:#d3b99c;
--ginger-shortbread:#e2cec5;
}