Color names in this palette
CSS code for this palette
/* CSS */
.momo-peach {
color: #f57584;
}
.sweet-60 {
color: #f2a1b0;
}
.cherry-blossom {
color: #f2c0d5;
}
.poetic-princess {
color: #f9e1e5;
}
.loveable {
color: #f2c4c7;
}
/* CSS Variables */
:root {
--momo-peach:#f57584;
--sweet-60:#f2a1b0;
--cherry-blossom:#f2c0d5;
--poetic-princess:#f9e1e5;
--loveable:#f2c4c7;
}