Color names in this palette
CSS code for this palette
/* CSS */
.purple-paradise {
color: #7b609f;
}
.heath-spotted-orchid {
color: #a25d9d;
}
.evening-dress {
color: #d49e9b;
}
.mango-margarita {
color: #f5b44d;
}
.marigold-dust {
color: #f4cf3e;
}
/* CSS Variables */
:root {
--purple-paradise:#7b609f;
--heath-spotted-orchid:#a25d9d;
--evening-dress:#d49e9b;
--mango-margarita:#f5b44d;
--marigold-dust:#f4cf3e;
}