All Palettes

Color Palette #404040, #7a7a7a, #b0b0b0, #d9a4a1, #ff4d4d

0%
0%
0%

CSS code for this palette

/* CSS */
.bauhaus {
color: #404040;
}
.steel {
color: #7a7a7a;
}
.palladium {
color: #b0b0b0;
}
.mellow-rose {
color: #d9a4a1;
}
.blood-burst {
color: #ff4d4d;
}

/* CSS Variables */
:root {
--bauhaus:#404040;
--steel:#7a7a7a;
--palladium:#b0b0b0;
--mellow-rose:#d9a4a1;
--blood-burst:#ff4d4d;
}

More palettes to explore