Color names in this palette
CSS code for this palette
/* CSS */
.dull-violet {
color: #7b3b91;
}
.je-t-aime {
color: #b76c99;
}
.love-at-first-sight {
color: #e8a6b3;
}
.sullivan-s-heart {
color: #f5c7d0;
}
.be-mine {
color: #f6e4e8;
}
/* CSS Variables */
:root {
--dull-violet:#7b3b91;
--je-t-aime:#b76c99;
--love-at-first-sight:#e8a6b3;
--sullivan-s-heart:#f5c7d0;
--be-mine:#f6e4e8;
}