Color names in this palette
CSS code for this palette
/* CSS */
.pickled-bean {
color: #6e4826;
}
.earthen-jug {
color: #a75e39;
}
.coppersmith {
color: #d78f3c;
}
.mr-mustard {
color: #e3b759;
}
.roadster-yellow {
color: #f1e0a2;
}
/* CSS Variables */
:root {
--pickled-bean:#6e4826;
--earthen-jug:#a75e39;
--coppersmith:#d78f3c;
--mr-mustard:#e3b759;
--roadster-yellow:#f1e0a2;
}