Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5f4b8b;
}
.lusty-lavender {
color: #8e5eb5;
}
.golden-glam {
color: #f4b943;
}
.hot-orange {
color: #f68d3c;
}
.durotar-fire {
color: #f15a27;
}
/* CSS Variables */
:root {
--bright-eggplant:#5f4b8b;
--lusty-lavender:#8e5eb5;
--golden-glam:#f4b943;
--hot-orange:#f68d3c;
--durotar-fire:#f15a27;
}