Color names in this palette
CSS code for this palette
/* CSS */
.midnight-express {
color: #1f2b38;
}
.fly-by-night {
color: #4b5a68;
}
.hilo-bay {
color: #7a8a9f;
}
.spindle {
color: #b2c3d7;
}
.clear-vision {
color: #e7f1f9;
}
/* CSS Variables */
:root {
--midnight-express:#1f2b38;
--fly-by-night:#4b5a68;
--hilo-bay:#7a8a9f;
--spindle:#b2c3d7;
--clear-vision:#e7f1f9;
}