Color names in this palette
CSS code for this palette
/* CSS */
.bighorn-sheep {
color: #200e0e;
}
.burnt-coffee {
color: #2a1a0e;
}
.brown-tumbleweed {
color: #3e2b0e;
}
.me-ki-black {
color: #200e20;
}
.chromaphobic-black {
color: #292929;
}
/* CSS Variables */
:root {
--bighorn-sheep:#200e0e;
--burnt-coffee:#2a1a0e;
--brown-tumbleweed:#3e2b0e;
--me-ki-black:#200e20;
--chromaphobic-black:#292929;
}