Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1a1f4c;
}
.mystification {
color: #2b3973;
}
.moonshade {
color: #5b6e9f;
}
.boy-blue {
color: #8fb1d6;
}
.template {
color: #a6c8e2;
}
/* CSS Variables */
:root {
--fly-by-night:#1a1f4c;
--mystification:#2b3973;
--moonshade:#5b6e9f;
--boy-blue:#8fb1d6;
--template:#a6c8e2;
}