Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1c1f4a;
}
.deep-ultramarine {
color: #3d4b8f;
}
.loch-ness {
color: #5d6db6;
}
.blue-cue {
color: #89a2e1;
}
.ice-cold-stare {
color: #b3d4ff;
}
/* CSS Variables */
:root {
--fly-by-night:#1c1f4a;
--deep-ultramarine:#3d4b8f;
--loch-ness:#5d6db6;
--blue-cue:#89a2e1;
--ice-cold-stare:#b3d4ff;
}