Color names in this palette
CSS code for this palette
/* CSS */
.bluish-purple-anemone {
color: #5d6cc0;
}
.lilac-purple {
color: #9b7ccb;
}
.bright-ube {
color: #d5a2e6;
}
.sweetheart {
color: #f1c6d8;
}
.love-spell {
color: #f9b4c6;
}
/* CSS Variables */
:root {
--bluish-purple-anemone:#5d6cc0;
--lilac-purple:#9b7ccb;
--bright-ube:#d5a2e6;
--sweetheart:#f1c6d8;
--love-spell:#f9b4c6;
}