All Palettes

Color Palette #000000, #8a0000, #c92c3c, #ff5c5c, #ffb3b3

0%
0%
0%

CSS code for this palette

/* CSS */
.black {
color: #000000;
}
.scab-red {
color: #8a0000;
}
.etruscan-red {
color: #c92c3c;
}
.grapefruit {
color: #ff5c5c;
}
.wildflower-bouquet {
color: #ffb3b3;
}

/* CSS Variables */
:root {
--black:#000000;
--scab-red:#8a0000;
--etruscan-red:#c92c3c;
--grapefruit:#ff5c5c;
--wildflower-bouquet:#ffb3b3;
}

More palettes to explore