CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.cupid {
color: #f6b1c5;
}
.quartz-pink {
color: #f1989f;
}
.dimple {
color: #eb7f8c;
}
.love-letter {
color: #e8698d;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--cupid:#f6b1c5;
--quartz-pink:#f1989f;
--dimple:#eb7f8c;
--love-letter:#e8698d;
}