Color names in this palette
CSS code for this palette
/* CSS */
.cedar-staff {
color: #8e4a3e;
}
.honey-maple {
color: #a66e5e;
}
.bespoke {
color: #d4b8a0;
}
.allison-lace {
color: #f2ead4;
}
.chewing-gum {
color: #e4afb0;
}
/* CSS Variables */
:root {
--cedar-staff:#8e4a3e;
--honey-maple:#a66e5e;
--bespoke:#d4b8a0;
--allison-lace:#f2ead4;
--chewing-gum:#e4afb0;
}