Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1e194d;
}
.ksu-purple {
color: #4c2b8c;
}
.dahlia {
color: #903c8d;
}
.orpiment-orange {
color: #d57d3f;
}
.phoenix-flames {
color: #f7a118;
}
/* CSS Variables */
:root {
--fly-by-night:#1e194d;
--ksu-purple:#4c2b8c;
--dahlia:#903c8d;
--orpiment-orange:#d57d3f;
--phoenix-flames:#f7a118;
}