Color names in this palette
CSS code for this palette
/* CSS */
.pink-frosting {
color: #f7d4e1;
}
.squid-pink {
color: #f9b4bf;
}
.pink-fit {
color: #f7a6ae;
}
.posy-petal {
color: #f58a9d;
}
.flower-blossom-pink {
color: #f57a8d;
}
/* CSS Variables */
:root {
--pink-frosting:#f7d4e1;
--squid-pink:#f9b4bf;
--pink-fit:#f7a6ae;
--posy-petal:#f58a9d;
--flower-blossom-pink:#f57a8d;
}