Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f19dac;
}
.pink-grapefruit {
color: #f5b8c5;
}
.pink-frosting {
color: #f6d5e1;
}
.sweetheart {
color: #f4c3d6;
}
.flower-blossom-pink {
color: #ef7b8b;
}
/* CSS Variables */
:root {
--sweet-60:#f19dac;
--pink-grapefruit:#f5b8c5;
--pink-frosting:#f6d5e1;
--sweetheart:#f4c3d6;
--flower-blossom-pink:#ef7b8b;
}