Color names in this palette
CSS code for this palette
/* CSS */
.lili-elbe-s-pink {
color: #d7a2af;
}
.sweet-lilac {
color: #eab8d1;
}
.cherry-blossom {
color: #f2c0d4;
}
.manga-pink {
color: #f4b8d7;
}
.cupid {
color: #f7b1c7;
}
/* CSS Variables */
:root {
--lili-elbe-s-pink:#d7a2af;
--sweet-lilac:#eab8d1;
--cherry-blossom:#f2c0d4;
--manga-pink:#f4b8d7;
--cupid:#f7b1c7;
}