Color names in this palette
CSS code for this palette
/* CSS */
.scarecrow-frown {
color: #a75c2a;
}
.afghan-sand {
color: #d2a85b;
}
.bountiful-gold {
color: #e3c66d;
}
.oyster-bisque {
color: #f2e5b0;
}
.avocado-stone {
color: #4f3b17;
}
/* CSS Variables */
:root {
--scarecrow-frown:#a75c2a;
--afghan-sand:#d2a85b;
--bountiful-gold:#e3c66d;
--oyster-bisque:#f2e5b0;
--avocado-stone:#4f3b17;
}