Color names in this palette
CSS code for this palette
/* CSS */
.shoe-wax {
color: #2e292d;
}
.marron {
color: #6b4f4c;
}
.brandied-apple {
color: #a77c7b;
}
.peach-temptation {
color: #f5c3b2;
}
.historic-cream {
color: #fcf3e3;
}
/* CSS Variables */
:root {
--shoe-wax:#2e292d;
--marron:#6b4f4c;
--brandied-apple:#a77c7b;
--peach-temptation:#f5c3b2;
--historic-cream:#fcf3e3;
}