Color names in this palette
CSS code for this palette
/* CSS */
.momo-peach {
color: #f57584;
}
.candy-heart-pink {
color: #f8a0a2;
}
.sweet-memories {
color: #fbc6ca;
}
.casablanca {
color: #f2b450;
}
.energy-yellow {
color: #f7d850;
}
/* CSS Variables */
:root {
--momo-peach:#f57584;
--candy-heart-pink:#f8a0a2;
--sweet-memories:#fbc6ca;
--casablanca:#f2b450;
--energy-yellow:#f7d850;
}