Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1e1e4d;
}
.jacksons-purple {
color: #3b3b7d;
}
.violet-storm {
color: #5d5da2;
}
.blue-cue {
color: #87a1de;
}
.ice-cold-stare {
color: #b3d1ff;
}
/* CSS Variables */
:root {
--fly-by-night:#1e1e4d;
--jacksons-purple:#3b3b7d;
--violet-storm:#5d5da2;
--blue-cue:#87a1de;
--ice-cold-stare:#b3d1ff;
}