Color names in this palette
CSS code for this palette
/* CSS */
.barely-pink {
color: #f7d4df;
}
.sweetheart {
color: #f4c3da;
}
.prism-pink {
color: #f0a3c4;
}
.pink-carnation {
color: #ef809e;
}
.peppermint-swirl {
color: #d65c83;
}
/* CSS Variables */
:root {
--barely-pink:#f7d4df;
--sweetheart:#f4c3da;
--prism-pink:#f0a3c4;
--pink-carnation:#ef809e;
--peppermint-swirl:#d65c83;
}