Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f1c1d6;
}
.rogue-pink {
color: #f5a8c2;
}
.unripe-strawberry {
color: #f78da9;
}
.flower-blossom-pink {
color: #f57a8b;
}
.pink-pepper {
color: #f05c6a;
}
/* CSS Variables */
:root {
--sweetheart:#f1c1d6;
--rogue-pink:#f5a8c2;
--unripe-strawberry:#f78da9;
--flower-blossom-pink:#f57a8b;
--pink-pepper:#f05c6a;
}