Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a6d2e3;
}
.charter {
color: #6cafd0;
}
.aqueous {
color: #3a8b98;
}
.quiet-storm {
color: #2c5b6d;
}
.subterranean-river {
color: #1d3a4e;
}
/* CSS Variables */
:root {
--light-blue-glint:#a6d2e3;
--charter:#6cafd0;
--aqueous:#3a8b98;
--quiet-storm:#2c5b6d;
--subterranean-river:#1d3a4e;
}