All Palettes

Color Palette #000000, #3d0a0a, #a30f2d, #d6006f, #ff4d4d

0%
0%
0%

CSS code for this palette

/* CSS */
.black {
color: #000000;
}
.red-bean {
color: #3d0a0a;
}
.hong-kong-taxi {
color: #a30f2d;
}
.moth-orchid {
color: #d6006f;
}
.blood-burst {
color: #ff4d4d;
}

/* CSS Variables */
:root {
--black:#000000;
--red-bean:#3d0a0a;
--hong-kong-taxi:#a30f2d;
--moth-orchid:#d6006f;
--blood-burst:#ff4d4d;
}

More palettes to explore