Color names in this palette
CSS code for this palette
/* CSS */
.weathered-bamboo {
color: #5b3a29;
}
.cara-be {
color: #7b5b4c;
}
.tannin {
color: #a78c6c;
}
.granivorous {
color: #d1b58f;
}
.pipitschah {
color: #f3e6c3;
}
/* CSS Variables */
:root {
--weathered-bamboo:#5b3a29;
--cara-be:#7b5b4c;
--tannin:#a78c6c;
--granivorous:#d1b58f;
--pipitschah:#f3e6c3;
}