Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1d1e4e;
}
.deep-ultramarine {
color: #3e4e8e;
}
.marvellous {
color: #6f7db3;
}
.pale-cerulean {
color: #9ec4e0;
}
.zappy-zebra {
color: #f0f2f4;
}
/* CSS Variables */
:root {
--fly-by-night:#1d1e4e;
--deep-ultramarine:#3e4e8e;
--marvellous:#6f7db3;
--pale-cerulean:#9ec4e0;
--zappy-zebra:#f0f2f4;
}