Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f5c7d1;
}
.love-spell {
color: #f9b4c5;
}
.dahlia-delight {
color: #f8bfd3;
}
.shocking {
color: #e79cbe;
}
.heartbreaker {
color: #d175a6;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f5c7d1;
--love-spell:#f9b4c5;
--dahlia-delight:#f8bfd3;
--shocking:#e79cbe;
--heartbreaker:#d175a6;
}