Color names in this palette
CSS code for this palette
/* CSS */
.prism-pink {
color: #f2a1c5;
}
.pink-lace {
color: #f6cbd9;
}
.muddy-mauve {
color: #e2b6cf;
}
.lili-elbe-s-pink {
color: #d4a0b0;
}
.paris-pink {
color: #d76a92;
}
/* CSS Variables */
:root {
--prism-pink:#f2a1c5;
--pink-lace:#f6cbd9;
--muddy-mauve:#e2b6cf;
--lili-elbe-s-pink:#d4a0b0;
--paris-pink:#d76a92;
}