All Palettes

Color Palette #a8d3e1, #6d9fd5, #3b7b9b, #1f4c4c, #0a2929

0%
0%
0%

CSS code for this palette

/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.blue-electress {
color: #6d9fd5;
}
.blue-dart-frog {
color: #3b7b9b;
}
.hornblende-green {
color: #1f4c4c;
}
.black-box {
color: #0a2929;
}

/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--blue-electress:#6d9fd5;
--blue-dart-frog:#3b7b9b;
--hornblende-green:#1f4c4c;
--black-box:#0a2929;
}

More palettes to explore