Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1c204f;
}
.nuthatch-back {
color: #4053a0;
}
.high-blue {
color: #51a5e1;
}
.turquoise-sea {
color: #6fd1e7;
}
.clear-skies {
color: #e5f7ff;
}
/* CSS Variables */
:root {
--fly-by-night:#1c204f;
--nuthatch-back:#4053a0;
--high-blue:#51a5e1;
--turquoise-sea:#6fd1e7;
--clear-skies:#e5f7ff;
}