Color names in this palette
CSS code for this palette
/* CSS */
.momo-peach {
color: #f57584;
}
.candlelight-peach {
color: #f8a2a0;
}
.sunday-best {
color: #fbc6c8;
}
.valerie {
color: #fde8e8;
}
.changeling-pink {
color: #f2b1cf;
}
/* CSS Variables */
:root {
--momo-peach:#f57584;
--candlelight-peach:#f8a2a0;
--sunday-best:#fbc6c8;
--valerie:#fde8e8;
--changeling-pink:#f2b1cf;
}