Color names in this palette
CSS code for this palette
/* CSS */
.pale-cashmere {
color: #e7dfd5;
}
.stark-white {
color: #d3c6b6;
}
.oxford-tan {
color: #b9a89d;
}
.new-penny {
color: #a57b69;
}
.traditional-leather {
color: #6f4f3e;
}
/* CSS Variables */
:root {
--pale-cashmere:#e7dfd5;
--stark-white:#d3c6b6;
--oxford-tan:#b9a89d;
--new-penny:#a57b69;
--traditional-leather:#6f4f3e;
}