Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5e4b8b;
}
.radiant-orchid {
color: #a95b9c;
}
.syndicalist {
color: #f5c400;
}
.balinese-sunset {
color: #f19f79;
}
.fire-island {
color: #d8503b;
}
/* CSS Variables */
:root {
--bright-eggplant:#5e4b8b;
--radiant-orchid:#a95b9c;
--syndicalist:#f5c400;
--balinese-sunset:#f19f79;
--fire-island:#d8503b;
}