Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f4c3d6;
}
.cupid {
color: #f6b1c5;
}
.rogue-pink {
color: #f8a0bc;
}
.sachet-pink {
color: #f78db2;
}
.high-maintenance {
color: #d88db4;
}
/* CSS Variables */
:root {
--sweetheart:#f4c3d6;
--cupid:#f6b1c5;
--rogue-pink:#f8a0bc;
--sachet-pink:#f78db2;
--high-maintenance:#d88db4;
}