Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.venetian-rose {
color: #f0c7e3;
}
.pink-lily {
color: #f6d0e7;
}
.cherry-flower {
color: #fbdae7;
}
.fairy-wings {
color: #ffebf2;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--venetian-rose:#f0c7e3;
--pink-lily:#f6d0e7;
--cherry-flower:#fbdae7;
--fairy-wings:#ffebf2;
}