Color names in this palette
CSS code for this palette
/* CSS */
.prism-pink {
color: #f2a1c1;
}
.melon-mist {
color: #e77e93;
}
.strawberry-moon {
color: #d0536e;
}
.raspberry-wine {
color: #b63a55;
}
.cherries-jubilee {
color: #9e1f50;
}
/* CSS Variables */
:root {
--prism-pink:#f2a1c1;
--melon-mist:#e77e93;
--strawberry-moon:#d0536e;
--raspberry-wine:#b63a55;
--cherries-jubilee:#9e1f50;
}