Color names in this palette
CSS code for this palette
/* CSS */
.prism-pink {
color: #f2a1c5;
}
.pink-punch {
color: #d24b6d;
}
.wild-violet {
color: #681b98;
}
.skinny-jeans {
color: #4d8bff;
}
.sweet-dreams {
color: #9fc4e9;
}
/* CSS Variables */
:root {
--prism-pink:#f2a1c5;
--pink-punch:#d24b6d;
--wild-violet:#681b98;
--skinny-jeans:#4d8bff;
--sweet-dreams:#9fc4e9;
}