Color names in this palette
CSS code for this palette
/* CSS */
.weathered-bamboo {
color: #5b3a29;
}
.mocha-madness {
color: #8b6b5b;
}
.light-spice {
color: #b4a28e;
}
.velvet-beige {
color: #d2c5b2;
}
.fuzzy-sheep {
color: #f0e8d1;
}
/* CSS Variables */
:root {
--weathered-bamboo:#5b3a29;
--mocha-madness:#8b6b5b;
--light-spice:#b4a28e;
--velvet-beige:#d2c5b2;
--fuzzy-sheep:#f0e8d1;
}