Color names in this palette
CSS code for this palette
/* CSS */
.zenith {
color: #497b9c;
}
.adventure-isle {
color: #6e9eb9;
}
.country-air {
color: #9db5c8;
}
.era {
color: #d6e4e6;
}
.aircraft-white {
color: #eef3f6;
}
/* CSS Variables */
:root {
--zenith:#497b9c;
--adventure-isle:#6e9eb9;
--country-air:#9db5c8;
--era:#d6e4e6;
--aircraft-white:#eef3f6;
}