Color names in this palette
CSS code for this palette
/* CSS */
.ti-n-l-n-sky {
color: #64b5f7;
}
.high-blue {
color: #4da3e0;
}
.king-triton {
color: #3b8bc4;
}
.lochmara {
color: #2e6f9e;
}
.sea-hunter {
color: #215a78;
}
/* CSS Variables */
:root {
--ti-n-l-n-sky:#64b5f7;
--high-blue:#4da3e0;
--king-triton:#3b8bc4;
--lochmara:#2e6f9e;
--sea-hunter:#215a78;
}