Color names in this palette
CSS code for this palette
/* CSS */
.purity {
color: #d6c7e1;
}
.elfin-herb {
color: #c7b4d5;
}
.atlantic-tulip {
color: #b29bc5;
}
.wisteria {
color: #a37ec9;
}
.soft-purple {
color: #a56fbe;
}
/* CSS Variables */
:root {
--purity:#d6c7e1;
--elfin-herb:#c7b4d5;
--atlantic-tulip:#b29bc5;
--wisteria:#a37ec9;
--soft-purple:#a56fbe;
}