Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5e4c8a;
}
.radiant-orchid {
color: #a85d9b;
}
.dairy-made {
color: #f2b83a;
}
.warm-cocoon {
color: #f9d09a;
}
.benihi-red {
color: #f15a3b;
}
/* CSS Variables */
:root {
--bright-eggplant:#5e4c8a;
--radiant-orchid:#a85d9b;
--dairy-made:#f2b83a;
--warm-cocoon:#f9d09a;
--benihi-red:#f15a3b;
}