Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.riverside-blue {
color: #6db3c5;
}
.seachange {
color: #3c8c9a;
}
.quiet-storm {
color: #2f5c6a;
}
.subterranean-river {
color: #1e3b4d;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--riverside-blue:#6db3c5;
--seachange:#3c8c9a;
--quiet-storm:#2f5c6a;
--subterranean-river:#1e3b4d;
}