Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5e4b8b;
}
.matt-purple {
color: #9d7be0;
}
.rich-brilliant-lavender {
color: #f1a8ff;
}
.flame-seal {
color: #f5e65b;
}
.saffron-gold {
color: #ef9001;
}
/* CSS Variables */
:root {
--bright-eggplant:#5e4b8b;
--matt-purple:#9d7be0;
--rich-brilliant-lavender:#f1a8ff;
--flame-seal:#f5e65b;
--saffron-gold:#ef9001;
}