Color names in this palette
CSS code for this palette
/* CSS */
.weathered-bamboo {
color: #5b3a29;
}
.spicy-mix {
color: #8b5d4b;
}
.woven-navajo {
color: #cdad8e;
}
.bountiful-gold {
color: #e2c76e;
}
.oyster-bisque {
color: #f2e4b1;
}
/* CSS Variables */
:root {
--weathered-bamboo:#5b3a29;
--spicy-mix:#8b5d4b;
--woven-navajo:#cdad8e;
--bountiful-gold:#e2c76e;
--oyster-bisque:#f2e4b1;
}