All Palettes

Color Palette #ffffff, #ff6b6b, #ff3d3d, #c70000, #8f0000

0%
0%
0%

CSS code for this palette

/* CSS */
.white {
color: #ffffff;
}
.pompelmo {
color: #ff6b6b;
}
.coral-red {
color: #ff3d3d;
}
.communist {
color: #c70000;
}
.scab-red {
color: #8f0000;
}

/* CSS Variables */
:root {
--white:#ffffff;
--pompelmo:#ff6b6b;
--coral-red:#ff3d3d;
--communist:#c70000;
--scab-red:#8f0000;
}

More palettes to explore