Color names in this palette
CSS code for this palette
/* CSS */
.ruthless-empress {
color: #5e3a9c;
}
.radiant-orchid {
color: #a65e9b;
}
.golden-aura {
color: #d19c6b;
}
.yellow-currant {
color: #f6c56a;
}
.xanthous {
color: #f3b72b;
}
/* CSS Variables */
:root {
--ruthless-empress:#5e3a9c;
--radiant-orchid:#a65e9b;
--golden-aura:#d19c6b;
--yellow-currant:#f6c56a;
--xanthous:#f3b72b;
}