Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.air-blue {
color: #6ba4c7;
}
.blue-dart-frog {
color: #3c7e9a;
}
.seafarer {
color: #1a4d6b;
}
.black-chasm {
color: #0b2a3c;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--air-blue:#6ba4c7;
--blue-dart-frog:#3c7e9a;
--seafarer:#1a4d6b;
--black-chasm:#0b2a3c;
}