Color names in this palette
CSS code for this palette
/* CSS */
.galactic-purple {
color: #4b2a92;
}
.magenta-violet {
color: #6b508b;
}
.lobby-lilac {
color: #a781b6;
}
.sunshine-mellow {
color: #f1c40e;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--galactic-purple:#4b2a92;
--magenta-violet:#6b508b;
--lobby-lilac:#a781b6;
--sunshine-mellow:#f1c40e;
--orange-gluttony:#e77e23;
}