Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d0b1e7;
}
.viola {
color: #9b69bf;
}
.passion-flower {
color: #6a4f9c;
}
.ksu-purple {
color: #4e2c90;
}
.night-fog {
color: #2d1a6b;
}
/* CSS Variables */
:root {
--pretty-petunia:#d0b1e7;
--viola:#9b69bf;
--passion-flower:#6a4f9c;
--ksu-purple:#4e2c90;
--night-fog:#2d1a6b;
}