Color names in this palette
CSS code for this palette
/* CSS */
.ksu-purple {
color: #4f2a8d;
}
.passion-flower {
color: #6b509b;
}
.moon-veil {
color: #8d99b0;
}
.warm-olive {
color: #c6b43f;
}
.carrot {
color: #f86a3f;
}
/* CSS Variables */
:root {
--ksu-purple:#4f2a8d;
--passion-flower:#6b509b;
--moon-veil:#8d99b0;
--warm-olive:#c6b43f;
--carrot:#f86a3f;
}