Color names in this palette
CSS code for this palette
/* CSS */
.pink-marshmallow {
color: #f6b6d3;
}
.pastel-magenta {
color: #f69dc1;
}
.unripe-strawberry {
color: #f68ea6;
}
.rosy-pink {
color: #f56b8e;
}
.fuchsia-felicity {
color: #f44e72;
}
/* CSS Variables */
:root {
--pink-marshmallow:#f6b6d3;
--pastel-magenta:#f69dc1;
--unripe-strawberry:#f68ea6;
--rosy-pink:#f56b8e;
--fuchsia-felicity:#f44e72;
}