Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.disembark {
color: #5ab4d8;
}
.norse-blue {
color: #3e9cc1;
}
.blue-mediterranean {
color: #1b7b98;
}
.teal-dark-blue {
color: #0e4d5d;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--disembark:#5ab4d8;
--norse-blue:#3e9cc1;
--blue-mediterranean:#1b7b98;
--teal-dark-blue:#0e4d5d;
}