Color names in this palette
CSS code for this palette
/* CSS */
.momo-peach {
color: #f57584;
}
.rubber-radish {
color: #ff999c;
}
.esprit-peach {
color: #ffc29e;
}
.kisses-and-hugs {
color: #ff667d;
}
.raspberry-sorbet {
color: #d83b68;
}
/* CSS Variables */
:root {
--momo-peach:#f57584;
--rubber-radish:#ff999c;
--esprit-peach:#ffc29e;
--kisses-and-hugs:#ff667d;
--raspberry-sorbet:#d83b68;
}