Color names in this palette
CSS code for this palette
/* CSS */
.momo-peach {
color: #f57584;
}
.her-majesty {
color: #f6a2a6;
}
.pale-petunia {
color: #f9c3c6;
}
.royal-wedding {
color: #fce3e6;
}
.walkie-chalkie {
color: #faf5f8;
}
/* CSS Variables */
:root {
--momo-peach:#f57584;
--her-majesty:#f6a2a6;
--pale-petunia:#f9c3c6;
--royal-wedding:#fce3e6;
--walkie-chalkie:#faf5f8;
}