Color names in this palette
CSS code for this palette
/* CSS */
.magenta-violet {
color: #6d4f8c;
}
.heath-spotted-orchid {
color: #a65e9e;
}
.golden-aura {
color: #d29c6a;
}
.sorreno-lemon {
color: #f1d35b;
}
.reddish-orange {
color: #f7481d;
}
/* CSS Variables */
:root {
--magenta-violet:#6d4f8c;
--heath-spotted-orchid:#a65e9e;
--golden-aura:#d29c6a;
--sorreno-lemon:#f1d35b;
--reddish-orange:#f7481d;
}