Color names in this palette
CSS code for this palette
/* CSS */
.fine-purple {
color: #5e4f8c;
}
.lavish-spending {
color: #8b69bf;
}
.french-lilac-blue {
color: #b4b4e4;
}
.purple-s-baby-sister {
color: #e9c3f4;
}
.xoxo {
color: #f27d94;
}
/* CSS Variables */
:root {
--fine-purple:#5e4f8c;
--lavish-spending:#8b69bf;
--french-lilac-blue:#b4b4e4;
--purple-s-baby-sister:#e9c3f4;
--xoxo:#f27d94;
}