Color names in this palette
CSS code for this palette
/* CSS */
.lilac-breeze {
color: #a78dbf;
}
.enchanted-lavender {
color: #c4a3d7;
}
.syrian-violet {
color: #e3c7e5;
}
.minute-mauve {
color: #f2e4f6;
}
.jacaranda {
color: #f8d8f1;
}
/* CSS Variables */
:root {
--lilac-breeze:#a78dbf;
--enchanted-lavender:#c4a3d7;
--syrian-violet:#e3c7e5;
--minute-mauve:#f2e4f6;
--jacaranda:#f8d8f1;
}