Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f7c5d5;
}
.little-baby-girl {
color: #f9b9d3;
}
.rogue-pink {
color: #f99fc0;
}
.unripe-strawberry {
color: #f78da7;
}
.french-pink {
color: #f76e9c;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f7c5d5;
--little-baby-girl:#f9b9d3;
--rogue-pink:#f99fc0;
--unripe-strawberry:#f78da7;
--french-pink:#f76e9c;
}