Color names in this palette
CSS code for this palette
/* CSS */
.chamois-cloth {
color: #f0e0d0;
}
.mocha-light {
color: #d6cfc2;
}
.mink-haze {
color: #c5b4a0;
}
.utaupeia {
color: #a78e7b;
}
.susu-take-bamboo {
color: #6d504a;
}
/* CSS Variables */
:root {
--chamois-cloth:#f0e0d0;
--mocha-light:#d6cfc2;
--mink-haze:#c5b4a0;
--utaupeia:#a78e7b;
--susu-take-bamboo:#6d504a;
}