CSS code for this palette
/* CSS */
.cupid {
color: #f7b1c6;
}
.twilight-grey {
color: #d1d4d6;
}
.white {
color: #ffffff;
}
.elastic-pink {
color: #f0a3c7;
}
.iced-vovo {
color: #e1a8b3;
}
/* CSS Variables */
:root {
--cupid:#f7b1c6;
--twilight-grey:#d1d4d6;
--white:#ffffff;
--elastic-pink:#f0a3c7;
--iced-vovo:#e1a8b3;
}