Color names in this palette
CSS code for this palette
/* CSS */
.momo-peach {
color: #f57584;
}
.candy-heart-pink {
color: #f6a2a4;
}
.pink-cupcake {
color: #f6d0d5;
}
.pink-frosting {
color: #f5d6e2;
}
.white-christmas {
color: #f4e7e9;
}
/* CSS Variables */
:root {
--momo-peach:#f57584;
--candy-heart-pink:#f6a2a4;
--pink-cupcake:#f6d0d5;
--pink-frosting:#f5d6e2;
--white-christmas:#f4e7e9;
}