All Palettes

Color Palette #ff4d4d, #2e2e2e, #ffffff, #b42222, #808080

0%
0%
0%

CSS code for this palette

/* CSS */
.blood-burst {
color: #ff4d4d;
}
.carbon-fiber {
color: #2e2e2e;
}
.white {
color: #ffffff;
}
.flamingo-fervor {
color: #b42222;
}
.grey {
color: #808080;
}

/* CSS Variables */
:root {
--blood-burst:#ff4d4d;
--carbon-fiber:#2e2e2e;
--white:#ffffff;
--flamingo-fervor:#b42222;
--grey:#808080;
}

More palettes to explore