Color names in this palette
CSS code for this palette
/* CSS */
.amaranth-deep-purple {
color: #a62b66;
}
.preppy-rose {
color: #d26a89;
}
.mental-floss {
color: #e0b2c7;
}
.pink-marshmallow {
color: #f2b1d4;
}
.sweetheart {
color: #f4c3d8;
}
/* CSS Variables */
:root {
--amaranth-deep-purple:#a62b66;
--preppy-rose:#d26a89;
--mental-floss:#e0b2c7;
--pink-marshmallow:#f2b1d4;
--sweetheart:#f4c3d8;
}