Color names in this palette
CSS code for this palette
/* CSS */
.ginger-shortbread {
color: #e2d0c5;
}
.treeless {
color: #d0b6a4;
}
.wooded-acre {
color: #b59a7d;
}
.cocoa-nutmeg {
color: #a67e6e;
}
.mousy-brown {
color: #5b4a39;
}
/* CSS Variables */
:root {
--ginger-shortbread:#e2d0c5;
--treeless:#d0b6a4;
--wooded-acre:#b59a7d;
--cocoa-nutmeg:#a67e6e;
--mousy-brown:#5b4a39;
}