CSS code for this palette
/* CSS */
.pickled-bean {
color: #6e4826;
}
.rope {
color: #8a593d;
}
.hazel {
color: #a3694d;
}
.antiquity {
color: #c0a77c;
}
.loofah {
color: #e3d5b5;
}
/* CSS Variables */
:root {
--pickled-bean:#6e4826;
--rope:#8a593d;
--hazel:#a3694d;
--antiquity:#c0a77c;
--loofah:#e3d5b5;
}