Color names in this palette
CSS code for this palette
/* CSS */
.midnight-interlude {
color: #2f4b6f;
}
.winter-shadow {
color: #4f6a7d;
}
.dolphin-blue {
color: #7b9ca7;
}
.spring-leaves {
color: #a9c7ab;
}
.poplar-white {
color: #e0e3d9;
}
/* CSS Variables */
:root {
--midnight-interlude:#2f4b6f;
--winter-shadow:#4f6a7d;
--dolphin-blue:#7b9ca7;
--spring-leaves:#a9c7ab;
--poplar-white:#e0e3d9;
}