Color names in this palette
CSS code for this palette
/* CSS */
.bonker-pink {
color: #f75071;
}
.little-baby-girl {
color: #f9b9d3;
}
.princess {
color: #f0a8b6;
}
.sweetheart {
color: #f4c3d6;
}
.pink-grapefruit {
color: #f3b9c5;
}
/* CSS Variables */
:root {
--bonker-pink:#f75071;
--little-baby-girl:#f9b9d3;
--princess:#f0a8b6;
--sweetheart:#f4c3d6;
--pink-grapefruit:#f3b9c5;
}