Color names in this palette
CSS code for this palette
/* CSS */
.ksu-purple {
color: #4f2c90;
}
.royal-gramma-purple {
color: #a84ec6;
}
.pinky-swear {
color: #f1a7f1;
}
.yellow-tulip {
color: #f6d26f;
}
.fusion-red {
color: #ff6161;
}
/* CSS Variables */
:root {
--ksu-purple:#4f2c90;
--royal-gramma-purple:#a84ec6;
--pinky-swear:#f1a7f1;
--yellow-tulip:#f6d26f;
--fusion-red:#ff6161;
}