Color names in this palette
CSS code for this palette
/* CSS */
.purity {
color: #d6cae2;
}
.wistful {
color: #a59fd1;
}
.just-a-fairytale {
color: #695b9a;
}
.ksu-purple {
color: #4f2c90;
}
.night-fog {
color: #2d1a6b;
}
/* CSS Variables */
:root {
--purity:#d6cae2;
--wistful:#a59fd1;
--just-a-fairytale:#695b9a;
--ksu-purple:#4f2c90;
--night-fog:#2d1a6b;
}