Color names in this palette
CSS code for this palette
/* CSS */
.momo-peach {
color: #f57584;
}
.emperor-s-children {
color: #f0a3b5;
}
.sweetheart {
color: #f4c3d6;
}
.french-lilac {
color: #dab9d8;
}
.soft-butter {
color: #f6e1b6;
}
/* CSS Variables */
:root {
--momo-peach:#f57584;
--emperor-s-children:#f0a3b5;
--sweetheart:#f4c3d6;
--french-lilac:#dab9d8;
--soft-butter:#f6e1b6;
}