Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #191f4d;
}
.deep-ultramarine {
color: #3b4c91;
}
.blue-vault {
color: #4f7ebf;
}
.mizu {
color: #6fc1e2;
}
.chefchaouen-blue {
color: #a4d3e5;
}
/* CSS Variables */
:root {
--fly-by-night:#191f4d;
--deep-ultramarine:#3b4c91;
--blue-vault:#4f7ebf;
--mizu:#6fc1e2;
--chefchaouen-blue:#a4d3e5;
}