Color names in this palette
CSS code for this palette
/* CSS */
.summerset {
color: #c47d3b;
}
.falling-leaves {
color: #a55b3b;
}
.roycroft-copper-red {
color: #7e3b2a;
}
.sweet-maple {
color: #d7b16a;
}
.hubbard-squash {
color: #eabf8b;
}
/* CSS Variables */
:root {
--summerset:#c47d3b;
--falling-leaves:#a55b3b;
--roycroft-copper-red:#7e3b2a;
--sweet-maple:#d7b16a;
--hubbard-squash:#eabf8b;
}