Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1e4e76;
}
.navagio-bay {
color: #3b8cb5;
}
.sea-capture {
color: #5ec3d9;
}
.timeless-seafoam {
color: #ade6e1;
}
.whitest-white {
color: #f5faf6;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1e4e76;
--navagio-bay:#3b8cb5;
--sea-capture:#5ec3d9;
--timeless-seafoam:#ade6e1;
--whitest-white:#f5faf6;
}