Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5c4d89;
}
.radiant-orchid {
color: #a65e9a;
}
.little-bow-pink {
color: #d67a99;
}
.carona {
color: #f5a52e;
}
.durotar-fire {
color: #f05e28;
}
/* CSS Variables */
:root {
--bright-eggplant:#5c4d89;
--radiant-orchid:#a65e9a;
--little-bow-pink:#d67a99;
--carona:#f5a52e;
--durotar-fire:#f05e28;
}