All Palettes

Color Palette #1f3b4d, #2a6b8d, #50b4c3, #a7e2e0, #f8b02a

0%
0%
0%

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;
}

More palettes to explore