Color names in this palette
CSS code for this palette
/* CSS */
.pink-scallop {
color: #f2e1d4;
}
.hanover {
color: #d8c6b0;
}
.sable-cloaked {
color: #c5a7a0;
}
.tuscany {
color: #b68e7c;
}
.honey-maple {
color: #a66c5e;
}
/* CSS Variables */
:root {
--pink-scallop:#f2e1d4;
--hanover:#d8c6b0;
--sable-cloaked:#c5a7a0;
--tuscany:#b68e7c;
--honey-maple:#a66c5e;
}