CSS code for this palette
/* CSS */
.ecru {
color: #c2b180;
}
.meadowland {
color: #7f7c53;
}
.chai-tea {
color: #a47c2d;
}
.silithus-brown {
color: #d27e65;
}
.entan-red {
color: #ea6a4d;
}
/* CSS Variables */
:root {
--ecru:#c2b180;
--meadowland:#7f7c53;
--chai-tea:#a47c2d;
--silithus-brown:#d27e65;
--entan-red:#ea6a4d;
}