Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.aquella {
color: #5ab7d8;
}
.walker-lake {
color: #3c8bb9;
}
.ocean-call {
color: #2e6b8e;
}
.terror-from-the-deep {
color: #1e4a6b;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--aquella:#5ab7d8;
--walker-lake:#3c8bb9;
--ocean-call:#2e6b8e;
--terror-from-the-deep:#1e4a6b;
}