Color names in this palette
CSS code for this palette
/* CSS */
.ksu-purple {
color: #592a89;
}
.heath-spotted-orchid {
color: #a35ca0;
}
.love-at-first-sight {
color: #e3a6b2;
}
.oriole-yellow {
color: #f5d47a;
}
.iceland-poppy {
color: #f07c28;
}
/* CSS Variables */
:root {
--ksu-purple:#592a89;
--heath-spotted-orchid:#a35ca0;
--love-at-first-sight:#e3a6b2;
--oriole-yellow:#f5d47a;
--iceland-poppy:#f07c28;
}