Color names in this palette
CSS code for this palette
/* CSS */
.fresh-eggplant {
color: #4c3e7a;
}
.bright-eggplant {
color: #5a4b8b;
}
.sumire-violet {
color: #705c9d;
}
.wisteria {
color: #a87dbf;
}
.bright-ube {
color: #d4a1e2;
}
/* CSS Variables */
:root {
--fresh-eggplant:#4c3e7a;
--bright-eggplant:#5a4b8b;
--sumire-violet:#705c9d;
--wisteria:#a87dbf;
--bright-ube:#d4a1e2;
}