Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1f3b4d;
}
.ocean-call {
color: #2a6b8d;
}
.cave-lake {
color: #50b4c3;
}
.ice-crystal-blue {
color: #a7e2e0;
}
.sunshine-surprise {
color: #f8b02a;
}
/* CSS Variables */
:root {
--subterranean-river:#1f3b4d;
--ocean-call:#2a6b8d;
--cave-lake:#50b4c3;
--ice-crystal-blue:#a7e2e0;
--sunshine-surprise:#f8b02a;
}