Color names in this palette
CSS code for this palette
/* CSS */
.blue-glint {
color: #8fc4d6;
}
.gondolier {
color: #59b1c5;
}
.winter-time {
color: #4090a0;
}
.king-tide {
color: #2c6e7d;
}
.hidden-waters {
color: #1f4f5c;
}
/* CSS Variables */
:root {
--blue-glint:#8fc4d6;
--gondolier:#59b1c5;
--winter-time:#4090a0;
--king-tide:#2c6e7d;
--hidden-waters:#1f4f5c;
}