Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.lily-legs {
color: #f1c6d7;
}
.pink-frosting {
color: #f6d5e2;
}
.fulgrim-pink {
color: #f8b4cf;
}
.saira-red {
color: #f99fba;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--lily-legs:#f1c6d7;
--pink-frosting:#f6d5e2;
--fulgrim-pink:#f8b4cf;
--saira-red:#f99fba;
}