Color names in this palette
CSS code for this palette
/* CSS */
.love-at-first-sight {
color: #e6a7b3;
}
.sweetheart {
color: #f1c1d6;
}
.be-mine {
color: #f6e4e8;
}
.plum-blossom {
color: #f1a3a2;
}
.brilliant-beige {
color: #f0c3b7;
}
/* CSS Variables */
:root {
--love-at-first-sight:#e6a7b3;
--sweetheart:#f1c1d6;
--be-mine:#f6e4e8;
--plum-blossom:#f1a3a2;
--brilliant-beige:#f0c3b7;
}