Color names in this palette
CSS code for this palette
/* CSS */
.lavender {
color: #b86fd8;
}
.azuremyst-isle {
color: #d07ef6;
}
.rich-brilliant-lavender {
color: #f3a3ff;
}
.electric-lavender {
color: #f4c2ff;
}
.hermosa-pink {
color: #ffb3f0;
}
/* CSS Variables */
:root {
--lavender:#b86fd8;
--azuremyst-isle:#d07ef6;
--rich-brilliant-lavender:#f3a3ff;
--electric-lavender:#f4c2ff;
--hermosa-pink:#ffb3f0;
}