Color names in this palette
CSS code for this palette
/* CSS */
.metallic-gold {
color: #d4af35;
}
.summerset {
color: #c37b3c;
}
.earthen-jug {
color: #a65d36;
}
.coppery-orange {
color: #7d4131;
}
.kuwazome-red {
color: #5a2a2e;
}
/* CSS Variables */
:root {
--metallic-gold:#d4af35;
--summerset:#c37b3c;
--earthen-jug:#a65d36;
--coppery-orange:#7d4131;
--kuwazome-red:#5a2a2e;
}