Color names in this palette
CSS code for this palette
/* CSS */
.paper-dog {
color: #d6c7a9;
}
.renwick-beige {
color: #c3b09d;
}
.antique-leather {
color: #9f8c7f;
}
.acorn {
color: #805d4d;
}
.shaved-chocolate {
color: #5a3d3a;
}
/* CSS Variables */
:root {
--paper-dog:#d6c7a9;
--renwick-beige:#c3b09d;
--antique-leather:#9f8c7f;
--acorn:#805d4d;
--shaved-chocolate:#5a3d3a;
}