Color names in this palette
CSS code for this palette
/* CSS */
.flower-spell {
color: #ffc7d7;
}
.matt-pink {
color: #ffb3c1;
}
.strawberry-shortcake {
color: #ff8a97;
}
.kisses-and-hugs {
color: #ff6173;
}
.sizzling-red {
color: #ff3d57;
}
/* CSS Variables */
:root {
--flower-spell:#ffc7d7;
--matt-pink:#ffb3c1;
--strawberry-shortcake:#ff8a97;
--kisses-and-hugs:#ff6173;
--sizzling-red:#ff3d57;
}