Color names in this palette
CSS code for this palette
/* CSS */
.purity {
color: #d5c8e4;
}
.enchanted-lavender {
color: #bfa2d8;
}
.lush-lilac {
color: #a37cb6;
}
.cleopatra-s-gown {
color: #7b4c8a;
}
.acai {
color: #4c2b5e;
}
/* CSS Variables */
:root {
--purity:#d5c8e4;
--enchanted-lavender:#bfa2d8;
--lush-lilac:#a37cb6;
--cleopatra-s-gown:#7b4c8a;
--acai:#4c2b5e;
}