Color names in this palette
CSS code for this palette
/* CSS */
.garden-country {
color: #d6c6a8;
}
.warm-neutral {
color: #c0b19b;
}
.rodeo-roundup {
color: #a7906c;
}
.spicy-mix {
color: #8a5d4c;
}
.abbot {
color: #4e3b2c;
}
/* CSS Variables */
:root {
--garden-country:#d6c6a8;
--warm-neutral:#c0b19b;
--rodeo-roundup:#a7906c;
--spicy-mix:#8a5d4c;
--abbot:#4e3b2c;
}