Color names in this palette
CSS code for this palette
/* CSS */
.momo-peach {
color: #f57584;
}
.calabrese {
color: #f5aaa3;
}
.pink-cupcake {
color: #f5d1d7;
}
.ephemeral-peach {
color: #fce2d4;
}
.sheer-rosebud {
color: #fee8e7;
}
/* CSS Variables */
:root {
--momo-peach:#f57584;
--calabrese:#f5aaa3;
--pink-cupcake:#f5d1d7;
--ephemeral-peach:#fce2d4;
--sheer-rosebud:#fee8e7;
}