Color names in this palette
CSS code for this palette
/* CSS */
.ber-umber {
color: #795a39;
}
.slick-mud {
color: #a76d49;
}
.city-sunrise {
color: #d1a680;
}
.biltmore-buff {
color: #e2c8a2;
}
.yellow-emulsion {
color: #f1efda;
}
/* CSS Variables */
:root {
--ber-umber:#795a39;
--slick-mud:#a76d49;
--city-sunrise:#d1a680;
--biltmore-buff:#e2c8a2;
--yellow-emulsion:#f1efda;
}