Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f7c5d5;
}
.lavender-candy {
color: #f9b4d2;
}
.love-dust {
color: #f09edd;
}
.exotic-violet {
color: #e69ed4;
}
.clover-pink {
color: #d39cc2;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f7c5d5;
--lavender-candy:#f9b4d2;
--love-dust:#f09edd;
--exotic-violet:#e69ed4;
--clover-pink:#d39cc2;
}