Color names in this palette
CSS code for this palette
/* CSS */
.momo-peach {
color: #f57584;
}
.candy-heart-pink {
color: #f7a1a3;
}
.impatiens-petal {
color: #f1d0d6;
}
.jambalaya {
color: #f5b770;
}
.cupid {
color: #f5b2c6;
}
/* CSS Variables */
:root {
--momo-peach:#f57584;
--candy-heart-pink:#f7a1a3;
--impatiens-petal:#f1d0d6;
--jambalaya:#f5b770;
--cupid:#f5b2c6;
}