Color names in this palette
CSS code for this palette
/* CSS */
.weathered-bamboo {
color: #5b3a29;
}
.stonebriar {
color: #c9a87e;
}
.river-of-gold {
color: #e5b55d;
}
.woven-raffia {
color: #f2dfc0;
}
.white-acorn {
color: #d8a78d;
}
/* CSS Variables */
:root {
--weathered-bamboo:#5b3a29;
--stonebriar:#c9a87e;
--river-of-gold:#e5b55d;
--woven-raffia:#f2dfc0;
--white-acorn:#d8a78d;
}