Color names in this palette
CSS code for this palette
/* CSS */
.plastic-lips {
color: #a31f65;
}
.preppy-rose {
color: #d2608e;
}
.fresh-on-the-market {
color: #f9a4b9;
}
.garden-glory {
color: #fbc1d3;
}
.garden-glory {
color: #ffc2d3;
}
/* CSS Variables */
:root {
--plastic-lips:#a31f65;
--preppy-rose:#d2608e;
--fresh-on-the-market:#f9a4b9;
--garden-glory:#fbc1d3;
--garden-glory:#ffc2d3;
}