Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #191f4d;
}
.deep-ultramarine {
color: #3d4b8f;
}
.marvellous {
color: #6b7fb3;
}
.high-style {
color: #a6b3d9;
}
.diamond-cut {
color: #e9e8f2;
}
/* CSS Variables */
:root {
--fly-by-night:#191f4d;
--deep-ultramarine:#3d4b8f;
--marvellous:#6b7fb3;
--high-style:#a6b3d9;
--diamond-cut:#e9e8f2;
}