Color names in this palette
CSS code for this palette
/* CSS */
.demitasse {
color: #493c31;
}
.white-oak {
color: #d09c6c;
}
.english-custard {
color: #e3b66d;
}
.bone-white {
color: #f2dfb1;
}
.sable-cloaked {
color: #c4a7a1;
}
/* CSS Variables */
:root {
--demitasse:#493c31;
--white-oak:#d09c6c;
--english-custard:#e3b66d;
--bone-white:#f2dfb1;
--sable-cloaked:#c4a7a1;
}