Color names in this palette
CSS code for this palette
/* CSS */
.weathered-bamboo {
color: #5b3a29;
}
.honey-maple {
color: #a86d5d;
}
.entrada-sandstone {
color: #d5b29a;
}
.journal-white {
color: #e6d3b3;
}
.thatched-roof {
color: #f0e0c7;
}
/* CSS Variables */
:root {
--weathered-bamboo:#5b3a29;
--honey-maple:#a86d5d;
--entrada-sandstone:#d5b29a;
--journal-white:#e6d3b3;
--thatched-roof:#f0e0c7;
}