All Palettes

Color Palette #1f1f1f, #4a4a4a, #8c4a4a, #b06d6d, #f0a3a3

0%
0%
0%

CSS code for this palette

/* CSS */
.umbra {
color: #1f1f1f;
}
.shadowed-steel {
color: #4a4a4a;
}
.rhubarb-smoothie {
color: #8c4a4a;
}
.copper-penny {
color: #b06d6d;
}
.plum-blossom {
color: #f0a3a3;
}

/* CSS Variables */
:root {
--umbra:#1f1f1f;
--shadowed-steel:#4a4a4a;
--rhubarb-smoothie:#8c4a4a;
--copper-penny:#b06d6d;
--plum-blossom:#f0a3a3;
}

More palettes to explore