All Palettes

Color Palette #1c1c1c, #4a4a4a, #7a7a7a, #c14e4e, #ff1f1f

0%
0%
0%

CSS code for this palette

/* CSS */
.eerie-black {
color: #1c1c1c;
}
.shadowed-steel {
color: #4a4a4a;
}
.steel {
color: #7a7a7a;
}
.autumn-fire {
color: #c14e4e;
}
.red-stop {
color: #ff1f1f;
}

/* CSS Variables */
:root {
--eerie-black:#1c1c1c;
--shadowed-steel:#4a4a4a;
--steel:#7a7a7a;
--autumn-fire:#c14e4e;
--red-stop:#ff1f1f;
}

More palettes to explore