Color names in this palette
CSS code for this palette
/* CSS */
.pomodoro-e-mozzarella {
color: #f2d4df;
}
.love-spell {
color: #f8b4c9;
}
.pastel-magenta {
color: #f39bc7;
}
.fiesta-pink {
color: #d86f99;
}
.magenta-haze {
color: #a54a72;
}
/* CSS Variables */
:root {
--pomodoro-e-mozzarella:#f2d4df;
--love-spell:#f8b4c9;
--pastel-magenta:#f39bc7;
--fiesta-pink:#d86f99;
--magenta-haze:#a54a72;
}