Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f4c3d6;
}
.fresh-on-the-market {
color: #f8a5ba;
}
.ikkonzome-pink {
color: #f28c91;
}
.seasonal-beige {
color: #e9b79f;
}
.rhubarb-gin {
color: #d9a6c1;
}
/* CSS Variables */
:root {
--sweetheart:#f4c3d6;
--fresh-on-the-market:#f8a5ba;
--ikkonzome-pink:#f28c91;
--seasonal-beige:#e9b79f;
--rhubarb-gin:#d9a6c1;
}