Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5e4b8b;
}
.wisteria {
color: #a67dba;
}
.crunch {
color: #f2b95f;
}
.nanohanacha-gold {
color: #e6b22d;
}
.full-of-life {
color: #da5f2b;
}
/* CSS Variables */
:root {
--bright-eggplant:#5e4b8b;
--wisteria:#a67dba;
--crunch:#f2b95f;
--nanohanacha-gold:#e6b22d;
--full-of-life:#da5f2b;
}