Color names in this palette
CSS code for this palette
/* CSS */
.chopsticks {
color: #e1d2b7;
}
.terracotta-sand {
color: #d5ba9a;
}
.portrait-tone {
color: #c49378;
}
.sizzling-hot {
color: #a66a54;
}
.bacchanalia-red {
color: #8b3c3c;
}
/* CSS Variables */
:root {
--chopsticks:#e1d2b7;
--terracotta-sand:#d5ba9a;
--portrait-tone:#c49378;
--sizzling-hot:#a66a54;
--bacchanalia-red:#8b3c3c;
}