Color names in this palette
CSS code for this palette
/* CSS */
.rubber-band {
color: #d0497c;
}
.wonder-lust {
color: #f08f9d;
}
.pale-petunia {
color: #f7c0c7;
}
.pig-pink {
color: #fdd8e4;
}
.in-the-pink {
color: #f2c5d3;
}
/* CSS Variables */
:root {
--rubber-band:#d0497c;
--wonder-lust:#f08f9d;
--pale-petunia:#f7c0c7;
--pig-pink:#fdd8e4;
--in-the-pink:#f2c5d3;
}