Color names in this palette
CSS code for this palette
/* CSS */
.mincemeat {
color: #b66d3a;
}
.folksy-gold {
color: #d39969;
}
.shrimp-toast {
color: #f6c5a2;
}
.roasted-squash {
color: #e6a15b;
}
.apricot-orange {
color: #c86b3c;
}
/* CSS Variables */
:root {
--mincemeat:#b66d3a;
--folksy-gold:#d39969;
--shrimp-toast:#f6c5a2;
--roasted-squash:#e6a15b;
--apricot-orange:#c86b3c;
}