Color names in this palette
CSS code for this palette
/* CSS */
.beauty-spot {
color: #5f4b3a;
}
.honey-maple {
color: #a86d5d;
}
.sable-cloaked {
color: #c5a7a0;
}
.crescent-cream {
color: #edd2b0;
}
.cottonseed {
color: #f5e7c7;
}
/* CSS Variables */
:root {
--beauty-spot:#5f4b3a;
--honey-maple:#a86d5d;
--sable-cloaked:#c5a7a0;
--crescent-cream:#edd2b0;
--cottonseed:#f5e7c7;
}