Color names in this palette
CSS code for this palette
/* CSS */
.french-raspberry {
color: #c92c49;
}
.rosy-cheeks {
color: #da4e6c;
}
.xoxo {
color: #f07f94;
}
.squid-pink {
color: #f4b4be;
}
.pink-frosting {
color: #f7d4e2;
}
/* CSS Variables */
:root {
--french-raspberry:#c92c49;
--rosy-cheeks:#da4e6c;
--xoxo:#f07f94;
--squid-pink:#f4b4be;
--pink-frosting:#f7d4e2;
}