Color names in this palette
CSS code for this palette
/* CSS */
.purity {
color: #d8cae2;
}
.enchanted-lavender {
color: #c0a7d7;
}
.wisteria {
color: #a67ac2;
}
.lusty-lavender {
color: #8f5dac;
}
.sweet-flag {
color: #6a3e8e;
}
/* CSS Variables */
:root {
--purity:#d8cae2;
--enchanted-lavender:#c0a7d7;
--wisteria:#a67ac2;
--lusty-lavender:#8f5dac;
--sweet-flag:#6a3e8e;
}