Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f4c3d6;
}
.think-pink {
color: #e6a2c1;
}
.sugar-tooth {
color: #d59099;
}
.raspberry-parfait {
color: #b76680;
}
.tickled-pink {
color: #f2a6c1;
}
/* CSS Variables */
:root {
--sweetheart:#f4c3d6;
--think-pink:#e6a2c1;
--sugar-tooth:#d59099;
--raspberry-parfait:#b76680;
--tickled-pink:#f2a6c1;
}