Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1e1f4d;
}
.deep-ultramarine {
color: #3d4b99;
}
.blue-odyssey {
color: #4b6b95;
}
.cottage-blue {
color: #7b9ac6;
}
.pale-frost {
color: #c7e2f0;
}
/* CSS Variables */
:root {
--fly-by-night:#1e1f4d;
--deep-ultramarine:#3d4b99;
--blue-odyssey:#4b6b95;
--cottage-blue:#7b9ac6;
--pale-frost:#c7e2f0;
}