Color names in this palette
CSS code for this palette
/* CSS */
.pageantry-purple {
color: #6d3f7d;
}
.heath-spotted-orchid {
color: #a55f9e;
}
.cyclamen {
color: #d68abe;
}
.sweetheart {
color: #f4c3d6;
}
.pork-belly {
color: #f9e1e6;
}
/* CSS Variables */
:root {
--pageantry-purple:#6d3f7d;
--heath-spotted-orchid:#a55f9e;
--cyclamen:#d68abe;
--sweetheart:#f4c3d6;
--pork-belly:#f9e1e6;
}