Color names in this palette
CSS code for this palette
/* CSS */
.charming-cherry {
color: #ff8fa2;
}
.matt-pink {
color: #ffb3c1;
}
.flower-spell {
color: #ffccd5;
}
.sugarwinkle {
color: #ffc7e3;
}
.rubber-radish {
color: #ff99a1;
}
/* CSS Variables */
:root {
--charming-cherry:#ff8fa2;
--matt-pink:#ffb3c1;
--flower-spell:#ffccd5;
--sugarwinkle:#ffc7e3;
--rubber-radish:#ff99a1;
}