Color names in this palette
CSS code for this palette
/* CSS */
.impatient-pink {
color: #d77997;
}
.pink-blessing {
color: #efa9b9;
}
.sullivan-s-heart {
color: #f7c5d0;
}
.first-crush {
color: #f7e3ea;
}
.sweetheart {
color: #f2c5d8;
}
/* CSS Variables */
:root {
--impatient-pink:#d77997;
--pink-blessing:#efa9b9;
--sullivan-s-heart:#f7c5d0;
--first-crush:#f7e3ea;
--sweetheart:#f2c5d8;
}