All Palettes

Color Palette #00a8e0, #007c9e, #006275, #003a47, #000000

0%
0%
0%

CSS code for this palette

/* CSS */
.blue-fire {
color: #00a8e0;
}
.turkish-tile {
color: #007c9e;
}
.green-spool {
color: #006275;
}
.crowberry-blue {
color: #003a47;
}
.black {
color: #000000;
}

/* CSS Variables */
:root {
--blue-fire:#00a8e0;
--turkish-tile:#007c9e;
--green-spool:#006275;
--crowberry-blue:#003a47;
--black:#000000;
}

More palettes to explore