Color names in this palette
CSS code for this palette
/* CSS */
.chalk-beige {
color: #d7c5b2;
}
.taupe-tapestry {
color: #c5a69b;
}
.rum-spice {
color: #a77a6c;
}
.weathered-bamboo {
color: #5b3a29;
}
.manila {
color: #e6cba8;
}
/* CSS Variables */
:root {
--chalk-beige:#d7c5b2;
--taupe-tapestry:#c5a69b;
--rum-spice:#a77a6c;
--weathered-bamboo:#5b3a29;
--manila:#e6cba8;
}