All Palettes

Color Palette #1a1a1a, #ff4d4d, #e0ffff, #793939, #b74e4e

0%
0%
0%

CSS code for this palette

/* CSS */
.eerie-black {
color: #1a1a1a;
}
.blood-burst {
color: #ff4d4d;
}
.light-cyan {
color: #e0ffff;
}
.madder-brown {
color: #793939;
}
.enticing-red {
color: #b74e4e;
}

/* CSS Variables */
:root {
--eerie-black:#1a1a1a;
--blood-burst:#ff4d4d;
--light-cyan:#e0ffff;
--madder-brown:#793939;
--enticing-red:#b74e4e;
}

More palettes to explore