Color names in this palette
CSS code for this palette
/* CSS */
.nuit-blanche {
color: #1c3f8d;
}
.athens {
color: #3b70b5;
}
.blue-bay {
color: #5d9bd5;
}
.winsome-hue {
color: #a7d7e2;
}
.anti-flash-white {
color: #f0f5f5;
}
/* CSS Variables */
:root {
--nuit-blanche:#1c3f8d;
--athens:#3b70b5;
--blue-bay:#5d9bd5;
--winsome-hue:#a7d7e2;
--anti-flash-white:#f0f5f5;
}