Color names in this palette
CSS code for this palette
/* CSS */
.midnight-express {
color: #1f2a38;
}
.blue-fantastic {
color: #2e3b4d;
}
.boundless {
color: #5d6d83;
}
.posey-blue {
color: #a3b4c8;
}
.child-of-light {
color: #f1f5f8;
}
/* CSS Variables */
:root {
--midnight-express:#1f2a38;
--blue-fantastic:#2e3b4d;
--boundless:#5d6d83;
--posey-blue:#a3b4c8;
--child-of-light:#f1f5f8;
}