Color names in this palette
CSS code for this palette
/* CSS */
.love-at-first-sight {
color: #e9a5b0;
}
.pink-grapefruit {
color: #f2bac7;
}
.laelia-pink {
color: #f4c8e0;
}
.exotic-violet {
color: #e1a3d1;
}
.lavendless {
color: #b76abe;
}
/* CSS Variables */
:root {
--love-at-first-sight:#e9a5b0;
--pink-grapefruit:#f2bac7;
--laelia-pink:#f4c8e0;
--exotic-violet:#e1a3d1;
--lavendless:#b76abe;
}