Color names in this palette
CSS code for this palette
/* CSS */
.fresh-heather {
color: #d2c1e1;
}
.lobby-lilac {
color: #a57eb9;
}
.jubilee {
color: #7a5b9a;
}
.ksu-purple {
color: #4d2b8c;
}
.cotinga-purple {
color: #2c005c;
}
/* CSS Variables */
:root {
--fresh-heather:#d2c1e1;
--lobby-lilac:#a57eb9;
--jubilee:#7a5b9a;
--ksu-purple:#4d2b8c;
--cotinga-purple:#2c005c;
}