Color names in this palette
CSS code for this palette
/* CSS */
.weathered-bamboo {
color: #5b3a29;
}
.chocolate-curl {
color: #8d6b5e;
}
.indian-khaki {
color: #d1af9f;
}
.warm-bread {
color: #f8e6d3;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--weathered-bamboo:#5b3a29;
--chocolate-curl:#8d6b5e;
--indian-khaki:#d1af9f;
--warm-bread:#f8e6d3;
--white:#ffffff;
}