Color names in this palette
CSS code for this palette
/* CSS */
.self-destruct {
color: #c3b298;
}
.hazel {
color: #a36b4d;
}
.spiced-red {
color: #8b4e3c;
}
.chocolate-escape {
color: #603c2e;
}
.weathervane {
color: #2e1a1a;
}
/* CSS Variables */
:root {
--self-destruct:#c3b298;
--hazel:#a36b4d;
--spiced-red:#8b4e3c;
--chocolate-escape:#603c2e;
--weathervane:#2e1a1a;
}