Color names in this palette
CSS code for this palette
/* CSS */
.mink-haze {
color: #c5b4a0;
}
.stoneware {
color: #a5998d;
}
.bridle-leather {
color: #8f7b70;
}
.suntan {
color: #d8b29d;
}
.southwestern-clay {
color: #c7685c;
}
/* CSS Variables */
:root {
--mink-haze:#c5b4a0;
--stoneware:#a5998d;
--bridle-leather:#8f7b70;
--suntan:#d8b29d;
--southwestern-clay:#c7685c;
}