Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.in-the-pink {
color: #f4c3d1;
}
.pink-frosting {
color: #f9d7e1;
}
.rose-mallow {
color: #f7a6c6;
}
.paris-pink {
color: #d66b94;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--in-the-pink:#f4c3d1;
--pink-frosting:#f9d7e1;
--rose-mallow:#f7a6c6;
--paris-pink:#d66b94;
}