Color names in this palette
CSS code for this palette
/* CSS */
.skeletor-s-cape {
color: #792c90;
}
.royal-pretender {
color: #a45fab;
}
.exotic-violet {
color: #e09fcd;
}
.florida-sunrise {
color: #f3a76d;
}
.orange-gluttony {
color: #ef7d1f;
}
/* CSS Variables */
:root {
--skeletor-s-cape:#792c90;
--royal-pretender:#a45fab;
--exotic-violet:#e09fcd;
--florida-sunrise:#f3a76d;
--orange-gluttony:#ef7d1f;
}