Color names in this palette
CSS code for this palette
/* CSS */
.momo-peach {
color: #f57584;
}
.candy-heart-pink {
color: #f6a2a4;
}
.delhi-dance-pink {
color: #fbc1c7;
}
.valerie {
color: #fce3e7;
}
.love-spell {
color: #f8b4c3;
}
/* CSS Variables */
:root {
--momo-peach:#f57584;
--candy-heart-pink:#f6a2a4;
--delhi-dance-pink:#fbc1c7;
--valerie:#fce3e7;
--love-spell:#f8b4c3;
}