Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a7c1;
}
.pink-marshmallow {
color: #f3b4d3;
}
.sweetheart {
color: #f4c3d6;
}
.pink-frosting {
color: #f8d8e2;
}
.pink-amour {
color: #f3e2ea;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a7c1;
--pink-marshmallow:#f3b4d3;
--sweetheart:#f4c3d6;
--pink-frosting:#f8d8e2;
--pink-amour:#f3e2ea;
}