Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f3c4d6;
}
.prettiest-pink {
color: #e3a5c7;
}
.high-maintenance {
color: #d590b7;
}
.heartbreaker {
color: #c77aa1;
}
.poise {
color: #a57893;
}
/* CSS Variables */
:root {
--sweetheart:#f3c4d6;
--prettiest-pink:#e3a5c7;
--high-maintenance:#d590b7;
--heartbreaker:#c77aa1;
--poise:#a57893;
}