Color names in this palette
CSS code for this palette
/* CSS */
.party-hat {
color: #cfc1e2;
}
.flirty-pink {
color: #a18bb1;
}
.purple-sapphire {
color: #7b4d93;
}
.mystic-nights {
color: #4f2b6e;
}
.midnight-purple {
color: #29003d;
}
/* CSS Variables */
:root {
--party-hat:#cfc1e2;
--flirty-pink:#a18bb1;
--purple-sapphire:#7b4d93;
--mystic-nights:#4f2b6e;
--midnight-purple:#29003d;
}