All Palettes

Color Palette #ffffff, #c92c2c, #a92d2d, #f7f7f7, #e0e0e0

0%
0%
0%

CSS code for this palette

/* CSS */
.white {
color: #ffffff;
}
.peri-peri {
color: #c92c2c;
}
.drive-in-cherry {
color: #a92d2d;
}
.lynx-white {
color: #f7f7f7;
}
.christmas-silver {
color: #e0e0e0;
}

/* CSS Variables */
:root {
--white:#ffffff;
--peri-peri:#c92c2c;
--drive-in-cherry:#a92d2d;
--lynx-white:#f7f7f7;
--christmas-silver:#e0e0e0;
}

More palettes to explore