Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a1c8e2;
}
.polar-ice {
color: #6ea9d8;
}
.atlantic-gull {
color: #4a8bb0;
}
.nuit-blanche {
color: #1f4a8e;
}
.dark-tyrian-blue {
color: #0d2c54;
}
/* CSS Variables */
:root {
--windsor-way:#a1c8e2;
--polar-ice:#6ea9d8;
--atlantic-gull:#4a8bb0;
--nuit-blanche:#1f4a8e;
--dark-tyrian-blue:#0d2c54;
}