Color names in this palette
CSS code for this palette
/* CSS */
.amber-autumn {
color: #c69c6c;
}
.eggshell-pongee {
color: #c0a682;
}
.tannin {
color: #a78c6c;
}
.tanned-wood {
color: #8f6f4d;
}
.bison {
color: #6e4d3a;
}
/* CSS Variables */
:root {
--amber-autumn:#c69c6c;
--eggshell-pongee:#c0a682;
--tannin:#a78c6c;
--tanned-wood:#8f6f4d;
--bison:#6e4d3a;
}