Color names in this palette
CSS code for this palette
/* CSS */
.plumeria {
color: #c4b5d4;
}
.heath-spotted-orchid {
color: #a65e9e;
}
.priceless-coral {
color: #e8a68c;
}
.swiss-chard {
color: #e1606f;
}
.marigold-dust {
color: #f4cf3e;
}
/* CSS Variables */
:root {
--plumeria:#c4b5d4;
--heath-spotted-orchid:#a65e9e;
--priceless-coral:#e8a68c;
--swiss-chard:#e1606f;
--marigold-dust:#f4cf3e;
}