Color names in this palette
CSS code for this palette
/* CSS */
.weathered-bamboo {
color: #5b3a29;
}
.brushwood {
color: #8c5b36;
}
.coffee-clay {
color: #b69a7c;
}
.mesquite-powder {
color: #e2c7b1;
}
.howdy-neighbor {
color: #f9e5c8;
}
/* CSS Variables */
:root {
--weathered-bamboo:#5b3a29;
--brushwood:#8c5b36;
--coffee-clay:#b69a7c;
--mesquite-powder:#e2c7b1;
--howdy-neighbor:#f9e5c8;
}