Color names in this palette
CSS code for this palette
/* CSS */
.weathered-bamboo {
color: #5b3a29;
}
.tobacco-leaf {
color: #8d6f4e;
}
.flickering-gold {
color: #c7a46b;
}
.va-va-voom {
color: #e6b84c;
}
.suede-vest {
color: #d48f40;
}
/* CSS Variables */
:root {
--weathered-bamboo:#5b3a29;
--tobacco-leaf:#8d6f4e;
--flickering-gold:#c7a46b;
--va-va-voom:#e6b84c;
--suede-vest:#d48f40;
}