Color names in this palette
CSS code for this palette
/* CSS */
.roycroft-copper-red {
color: #7a3b2a;
}
.crushed-cinnamon {
color: #b6735d;
}
.orange-clay {
color: #e5a57b;
}
.menoth-white-base {
color: #f1e8b7;
}
.summertown {
color: #8dbf9d;
}
/* CSS Variables */
:root {
--roycroft-copper-red:#7a3b2a;
--crushed-cinnamon:#b6735d;
--orange-clay:#e5a57b;
--menoth-white-base:#f1e8b7;
--summertown:#8dbf9d;
}