Color names in this palette
CSS code for this palette
/* CSS */
.fresh-eggplant {
color: #4b3c80;
}
.just-a-fairytale {
color: #6b5c99;
}
.lilac-purple {
color: #9f7dbf;
}
.bright-ube {
color: #d6a1e8;
}
.lavender-savor {
color: #f1d6ff;
}
/* CSS Variables */
:root {
--fresh-eggplant:#4b3c80;
--just-a-fairytale:#6b5c99;
--lilac-purple:#9f7dbf;
--bright-ube:#d6a1e8;
--lavender-savor:#f1d6ff;
}