Color names in this palette
CSS code for this palette
/* CSS */
.cured-eggplant {
color: #3b0d3a;
}
.heath {
color: #4e2c2c;
}
.false-morel {
color: #7b4c4c;
}
.brandied-apple {
color: #a77b7b;
}
.crushed-almond {
color: #d5c8c8;
}
/* CSS Variables */
:root {
--cured-eggplant:#3b0d3a;
--heath:#4e2c2c;
--false-morel:#7b4c4c;
--brandied-apple:#a77b7b;
--crushed-almond:#d5c8c8;
}