Color names in this palette
CSS code for this palette
/* CSS */
.purity {
color: #d5cae2;
}
.evening-slipper {
color: #a89bc0;
}
.bitter-violet {
color: #8b6c9d;
}
.lili-elbe-s-pink {
color: #d5a5b2;
}
.sweetheart {
color: #f4c3d6;
}
/* CSS Variables */
:root {
--purity:#d5cae2;
--evening-slipper:#a89bc0;
--bitter-violet:#8b6c9d;
--lili-elbe-s-pink:#d5a5b2;
--sweetheart:#f4c3d6;
}