Color names in this palette
CSS code for this palette
/* CSS */
.nightly-expedition {
color: #1f1f89;
}
.ksu-purple {
color: #4f2c8c;
}
.royal-gramma-purple {
color: #a04ebc;
}
.y-ng-ch-ng-orange {
color: #f49f3e;
}
.pastel-strawberry {
color: #f04c4c;
}
/* CSS Variables */
:root {
--nightly-expedition:#1f1f89;
--ksu-purple:#4f2c8c;
--royal-gramma-purple:#a04ebc;
--y-ng-ch-ng-orange:#f49f3e;
--pastel-strawberry:#f04c4c;
}