Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1e4b76;
}
.olympic-blue {
color: #4b91e2;
}
.tranquil-bay {
color: #74b2e2;
}
.terrace-pool {
color: #a3d6e0;
}
.lynx-white {
color: #f6f8f8;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1e4b76;
--olympic-blue:#4b91e2;
--tranquil-bay:#74b2e2;
--terrace-pool:#a3d6e0;
--lynx-white:#f6f8f8;
}