All Palettes

Color Palette #1f1f2e, #4f4f5f, #8f8f9e, #c3c3d5, #d83b3b

0%
0%
0%

CSS code for this palette

/* CSS */
.black-howl {
color: #1f1f2e;
}
.night-night {
color: #4f4f5f;
}
.manatee {
color: #8f8f9e;
}
.tulip-soft-blue {
color: #c3c3d5;
}
.red-power {
color: #d83b3b;
}

/* CSS Variables */
:root {
--black-howl:#1f1f2e;
--night-night:#4f4f5f;
--manatee:#8f8f9e;
--tulip-soft-blue:#c3c3d5;
--red-power:#d83b3b;
}

More palettes to explore