Color names in this palette
CSS code for this palette
/* CSS */
.cadmium-violet {
color: #813d99;
}
.moonlight-melody {
color: #b46cb7;
}
.candy-floss {
color: #e3a5df;
}
.phellodendron-amurense {
color: #f3c239;
}
.sun-orange {
color: #f47b1f;
}
/* CSS Variables */
:root {
--cadmium-violet:#813d99;
--moonlight-melody:#b46cb7;
--candy-floss:#e3a5df;
--phellodendron-amurense:#f3c239;
--sun-orange:#f47b1f;
}