Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1e1e4d;
}
.clematis-blue {
color: #3c3c8b;
}
.circumorbital-ring {
color: #5a5abf;
}
.winterspring-lilac {
color: #b3b3ff;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--fly-by-night:#1e1e4d;
--clematis-blue:#3c3c8b;
--circumorbital-ring:#5a5abf;
--winterspring-lilac:#b3b3ff;
--usc-gold:#ffcc00;
}