Color names in this palette
CSS code for this palette
/* CSS */
.ksu-purple {
color: #4f2c90;
}
.waiporoporo-purple {
color: #6b52c7;
}
.amethyst {
color: #9b6ac8;
}
.bright-ube {
color: #d7a3e6;
}
.sugarwinkle {
color: #f7c5e4;
}
/* CSS Variables */
:root {
--ksu-purple:#4f2c90;
--waiporoporo-purple:#6b52c7;
--amethyst:#9b6ac8;
--bright-ube:#d7a3e6;
--sugarwinkle:#f7c5e4;
}