Color names in this palette
CSS code for this palette
/* CSS */
.harmonic-tan {
color: #c1b285;
}
.rodeo-roundup {
color: #a78e6c;
}
.flower-field {
color: #d8a86f;
}
.silken-chocolate {
color: #b27d5c;
}
.ber-umber {
color: #795a39;
}
/* CSS Variables */
:root {
--harmonic-tan:#c1b285;
--rodeo-roundup:#a78e6c;
--flower-field:#d8a86f;
--silken-chocolate:#b27d5c;
--ber-umber:#795a39;
}