Color names in this palette
CSS code for this palette
/* CSS */
.cracked-earth {
color: #c5b1a0;
}
.nut {
color: #a08b6e;
}
.coffee {
color: #714e38;
}
.carrot-orange {
color: #e88f21;
}
.flint-corn-red {
color: #d9613f;
}
/* CSS Variables */
:root {
--cracked-earth:#c5b1a0;
--nut:#a08b6e;
--coffee:#714e38;
--carrot-orange:#e88f21;
--flint-corn-red:#d9613f;
}