Color names in this palette
CSS code for this palette
/* CSS */
.zenith {
color: #497b9c;
}
.wandering-river {
color: #6ea5c9;
}
.thresher-shark {
color: #94c6e6;
}
.echo-iris {
color: #b6e2f6;
}
.water {
color: #d6f6ff;
}
/* CSS Variables */
:root {
--zenith:#497b9c;
--wandering-river:#6ea5c9;
--thresher-shark:#94c6e6;
--echo-iris:#b6e2f6;
--water:#d6f6ff;
}