Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.explorer-blue {
color: #5ca4b7;
}
.larkspur {
color: #3c7d8b;
}
.night-shift {
color: #2b606e;
}
.blue-syzygy {
color: #1c4b5a;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--explorer-blue:#5ca4b7;
--larkspur:#3c7d8b;
--night-shift:#2b606e;
--blue-syzygy:#1c4b5a;
}