Color names in this palette
CSS code for this palette
/* CSS */
.grapes-of-italy {
color: #6b4b8b;
}
.heath-spotted-orchid {
color: #9f5b9a;
}
.toasted-coconut {
color: #e8c3a1;
}
.heirloom-lace {
color: #f6e6d5;
}
.overjoy {
color: #f1bf5b;
}
/* CSS Variables */
:root {
--grapes-of-italy:#6b4b8b;
--heath-spotted-orchid:#9f5b9a;
--toasted-coconut:#e8c3a1;
--heirloom-lace:#f6e6d5;
--overjoy:#f1bf5b;
}