Color names in this palette
CSS code for this palette
/* CSS */
.nuit-blanche {
color: #1a3f8e;
}
.wide-sky {
color: #3b6fb0;
}
.blue-electress {
color: #6a9cd2;
}
.pale-cerulean {
color: #9fc1e5;
}
.first-shade-of-blue {
color: #cbe3f1;
}
/* CSS Variables */
:root {
--nuit-blanche:#1a3f8e;
--wide-sky:#3b6fb0;
--blue-electress:#6a9cd2;
--pale-cerulean:#9fc1e5;
--first-shade-of-blue:#cbe3f1;
}