Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.sweetheart {
color: #f4c3d6;
}
.lovely-breeze {
color: #f8d8e6;
}
.valerie {
color: #fde7e8;
}
.pink-fit {
color: #f5a8b5;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--sweetheart:#f4c3d6;
--lovely-breeze:#f8d8e6;
--valerie:#fde7e8;
--pink-fit:#f5a8b5;
}