Color names in this palette
CSS code for this palette
/* CSS */
.magenta-purple {
color: #7c2d58;
}
.magenta-haze {
color: #a14f75;
}
.dull-pink {
color: #d68a9d;
}
.pink-marshmallow {
color: #f1b1d3;
}
.pork-belly {
color: #f9e1e6;
}
/* CSS Variables */
:root {
--magenta-purple:#7c2d58;
--magenta-haze:#a14f75;
--dull-pink:#d68a9d;
--pink-marshmallow:#f1b1d3;
--pork-belly:#f9e1e6;
}