Color names in this palette
CSS code for this palette
/* CSS */
.sweety-pie {
color: #e3cee3;
}
.whisper-of-plum {
color: #d0aee0;
}
.wisteria {
color: #9f76c1;
}
.reign-over-me {
color: #7768a1;
}
.midnight-sea {
color: #585c89;
}
/* CSS Variables */
:root {
--sweety-pie:#e3cee3;
--whisper-of-plum:#d0aee0;
--wisteria:#9f76c1;
--reign-over-me:#7768a1;
--midnight-sea:#585c89;
}