Color names in this palette
CSS code for this palette
/* CSS */
.momo-peach {
color: #f57584;
}
.her-majesty {
color: #f6a2a6;
}
.pink-cupcake {
color: #f7cfd5;
}
.white-christmas {
color: #f4e7e9;
}
.azalea-pink {
color: #f9c3c4;
}
/* CSS Variables */
:root {
--momo-peach:#f57584;
--her-majesty:#f6a2a6;
--pink-cupcake:#f7cfd5;
--white-christmas:#f4e7e9;
--azalea-pink:#f9c3c4;
}