All Palettes

Color Palette #1f1f1f, #a3a3a3, #f2f2f2, #5c2d8b, #d41c28

0%
0%
0%

CSS code for this palette

/* CSS */
.umbra {
color: #1f1f1f;
}
.dark-souls {
color: #a3a3a3;
}
.bleached-silk {
color: #f2f2f2;
}
.deep-amethyst {
color: #5c2d8b;
}
.flaming-cherry {
color: #d41c28;
}

/* CSS Variables */
:root {
--umbra:#1f1f1f;
--dark-souls:#a3a3a3;
--bleached-silk:#f2f2f2;
--deep-amethyst:#5c2d8b;
--flaming-cherry:#d41c28;
}

More palettes to explore