Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c6a1;
}
.monarch-orange {
color: #f0a06a;
}
.acorn-nut {
color: #d78a47;
}
.caramel-dream {
color: #b3623d;
}
.roycroft-copper-red {
color: #7e3b2a;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c6a1;
--monarch-orange:#f0a06a;
--acorn-nut:#d78a47;
--caramel-dream:#b3623d;
--roycroft-copper-red:#7e3b2a;
}