Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f3a5c0;
}
.sweetheart {
color: #f4c3d6;
}
.pink-frosting {
color: #f7d4e2;
}
.soft-cashmere {
color: #f3b4d6;
}
.impatient-pink {
color: #d87d99;
}
/* CSS Variables */
:root {
--pink-chalk:#f3a5c0;
--sweetheart:#f4c3d6;
--pink-frosting:#f7d4e2;
--soft-cashmere:#f3b4d6;
--impatient-pink:#d87d99;
}