Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5b4b8b;
}
.bitter-violet {
color: #8b6b9e;
}
.bright-ube {
color: #d299ea;
}
.exciting-orange {
color: #f2b07d;
}
.orangeville {
color: #e46b5e;
}
/* CSS Variables */
:root {
--bright-eggplant:#5b4b8b;
--bitter-violet:#8b6b9e;
--bright-ube:#d299ea;
--exciting-orange:#f2b07d;
--orangeville:#e46b5e;
}