Color names in this palette
CSS code for this palette
/* CSS */
.blue-expanse {
color: #1e3b71;
}
.antilles-blue {
color: #3b5e8c;
}
.quiet-harbour {
color: #59799b;
}
.sea-cliff {
color: #a3c7e0;
}
.anti-flash-white {
color: #f0f5f5;
}
/* CSS Variables */
:root {
--blue-expanse:#1e3b71;
--antilles-blue:#3b5e8c;
--quiet-harbour:#59799b;
--sea-cliff:#a3c7e0;
--anti-flash-white:#f0f5f5;
}