Color names in this palette
CSS code for this palette
/* CSS */
.minute-mauve {
color: #efe4f6;
}
.party-hat {
color: #cfc1e2;
}
.grape-illusion {
color: #b7a5d5;
}
.lilac-purple {
color: #a17fbd;
}
.heath-spotted-orchid {
color: #9b58a7;
}
/* CSS Variables */
:root {
--minute-mauve:#efe4f6;
--party-hat:#cfc1e2;
--grape-illusion:#b7a5d5;
--lilac-purple:#a17fbd;
--heath-spotted-orchid:#9b58a7;
}