Color names in this palette
CSS code for this palette
/* CSS */
.cured-eggplant {
color: #3b0d3b;
}
.windsor-wine {
color: #5d2d3d;
}
.kinsusutake-brown {
color: #7c4c2d;
}
.holiday-waffle {
color: #b68a49;
}
.aztec-glimmer {
color: #e5b648;
}
/* CSS Variables */
:root {
--cured-eggplant:#3b0d3b;
--windsor-wine:#5d2d3d;
--kinsusutake-brown:#7c4c2d;
--holiday-waffle:#b68a49;
--aztec-glimmer:#e5b648;
}