Color names in this palette
CSS code for this palette
/* CSS */
.explorer-of-the-galaxies {
color: #3f1b79;
}
.swiss-plum {
color: #5e4eb1;
}
.middy-s-purple {
color: #9c88d8;
}
.sunshine-mellow {
color: #f1c40e;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--explorer-of-the-galaxies:#3f1b79;
--swiss-plum:#5e4eb1;
--middy-s-purple:#9c88d8;
--sunshine-mellow:#f1c40e;
--orange-gluttony:#e77e23;
}