Color names in this palette
CSS code for this palette
/* CSS */
.purity {
color: #d7c8e4;
}
.enchanted-lavender {
color: #bea5d5;
}
.bell-heather {
color: #a678b5;
}
.murasaki-purple {
color: #894992;
}
.galactic-grapevine {
color: #6f2d7c;
}
/* CSS Variables */
:root {
--purity:#d7c8e4;
--enchanted-lavender:#bea5d5;
--bell-heather:#a678b5;
--murasaki-purple:#894992;
--galactic-grapevine:#6f2d7c;
}