Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5e4b8b;
}
.radiant-orchid {
color: #a65e9b;
}
.welcoming-wasp {
color: #f0a800;
}
.fresh-pineapple {
color: #f6d44c;
}
.durotar-fire {
color: #f15a27;
}
/* CSS Variables */
:root {
--bright-eggplant:#5e4b8b;
--radiant-orchid:#a65e9b;
--welcoming-wasp:#f0a800;
--fresh-pineapple:#f6d44c;
--durotar-fire:#f15a27;
}