Color names in this palette
CSS code for this palette
/* CSS */
.cityscape {
color: #dae3e7;
}
.sea-cliff {
color: #a3c7e0;
}
.cerulean-frost {
color: #6d9cc5;
}
.mallorca-blue {
color: #4f7a92;
}
.midnight-interlude {
color: #2f4b6f;
}
/* CSS Variables */
:root {
--cityscape:#dae3e7;
--sea-cliff:#a3c7e0;
--cerulean-frost:#6d9cc5;
--mallorca-blue:#4f7a92;
--midnight-interlude:#2f4b6f;
}