All Palettes

Color Palette #ffffff, #ef4d4d, #1c5a9b, #2b2b2b, #7a7a7a

0%
0%
0%

CSS code for this palette

/* CSS */
.white {
color: #ffffff;
}
.pastel-strawberry {
color: #ef4d4d;
}
.florentine-lapis {
color: #1c5a9b;
}
.shoe-wax {
color: #2b2b2b;
}
.steel {
color: #7a7a7a;
}

/* CSS Variables */
:root {
--white:#ffffff;
--pastel-strawberry:#ef4d4d;
--florentine-lapis:#1c5a9b;
--shoe-wax:#2b2b2b;
--steel:#7a7a7a;
}

More palettes to explore