Color names in this palette
CSS code for this palette
/* CSS */
.pink-marshmallow {
color: #f0b7d3;
}
.prism-pink {
color: #f2a1c5;
}
.pastel-magenta {
color: #f49abf;
}
.impatient-pink {
color: #d8799a;
}
.dahlia-mauve {
color: #b25c8d;
}
/* CSS Variables */
:root {
--pink-marshmallow:#f0b7d3;
--prism-pink:#f2a1c5;
--pastel-magenta:#f49abf;
--impatient-pink:#d8799a;
--dahlia-mauve:#b25c8d;
}