All Palettes

Color Palette #5b8b8b, #4a6d6d, #3b5454, #2c3a3a, #1f2323

0%
0%
0%

CSS code for this palette

/* CSS */
.steel-teal {
color: #5b8b8b;
}
.sinkhole {
color: #4a6d6d;
}
.oracle {
color: #3b5454;
}
.far-away-grey {
color: #2c3a3a;
}
.noble-black {
color: #1f2323;
}

/* CSS Variables */
:root {
--steel-teal:#5b8b8b;
--sinkhole:#4a6d6d;
--oracle:#3b5454;
--far-away-grey:#2c3a3a;
--noble-black:#1f2323;
}

More palettes to explore