Color names in this palette
CSS code for this palette
/* CSS */
.mineral-brown {
color: #4c3e34;
}
.mink-haze {
color: #c6b39f;
}
.brazilian-sand {
color: #d9c8b4;
}
.may-sun {
color: #f9e9d2;
}
.ber-umber {
color: #795a39;
}
/* CSS Variables */
:root {
--mineral-brown:#4c3e34;
--mink-haze:#c6b39f;
--brazilian-sand:#d9c8b4;
--may-sun:#f9e9d2;
--ber-umber:#795a39;
}