Color names in this palette
CSS code for this palette
/* CSS */
.nuit-blanche {
color: #1a3f8e;
}
.great-serpent {
color: #4a70a1;
}
.oxygen-blue {
color: #90b5d5;
}
.tear {
color: #b3d7e0;
}
.wizard-white {
color: #e1f1f9;
}
/* CSS Variables */
:root {
--nuit-blanche:#1a3f8e;
--great-serpent:#4a70a1;
--oxygen-blue:#90b5d5;
--tear:#b3d7e0;
--wizard-white:#e1f1f9;
}