Color names in this palette
CSS code for this palette
/* CSS */
.roycroft-copper-red {
color: #7e3b2a;
}
.chanterelle {
color: #d3a21d;
}
.galactic-purple {
color: #4f2a92;
}
.aspen-yellow {
color: #f8e0a0;
}
.magnesium {
color: #c2c2c2;
}
/* CSS Variables */
:root {
--roycroft-copper-red:#7e3b2a;
--chanterelle:#d3a21d;
--galactic-purple:#4f2a92;
--aspen-yellow:#f8e0a0;
--magnesium:#c2c2c2;
}