Color names in this palette
CSS code for this palette
/* CSS */
.powder-rose {
color: #f7b1bf;
}
.amaranth-pink {
color: #f29cbb;
}
.wonder-lust {
color: #f28c9c;
}
.cupid-s-arrow {
color: #ec6a8d;
}
.peppermint-swirl {
color: #d76080;
}
/* CSS Variables */
:root {
--powder-rose:#f7b1bf;
--amaranth-pink:#f29cbb;
--wonder-lust:#f28c9c;
--cupid-s-arrow:#ec6a8d;
--peppermint-swirl:#d76080;
}