Color names in this palette
CSS code for this palette
/* CSS */
.sequoia-redwood {
color: #793e3e;
}
.bronzed-orange {
color: #d58a6d;
}
.creole-cottage {
color: #e7b59c;
}
.elegant-ivory {
color: #f0e6d6;
}
.chaos-black {
color: #0f0f0f;
}
/* CSS Variables */
:root {
--sequoia-redwood:#793e3e;
--bronzed-orange:#d58a6d;
--creole-cottage:#e7b59c;
--elegant-ivory:#f0e6d6;
--chaos-black:#0f0f0f;
}