All Palettes

Color Palette #4a4a4a, #8c8c8c, #bfbfbf, #f2d2a1, #e95c35

0%
0%
0%

CSS code for this palette

/* CSS */
.shadowed-steel {
color: #4a4a4a;
}
.more-than-a-week {
color: #8c8c8c;
}
.silver {
color: #bfbfbf;
}
.antique-wicker-basket {
color: #f2d2a1;
}
.day-glow-orange {
color: #e95c35;
}

/* CSS Variables */
:root {
--shadowed-steel:#4a4a4a;
--more-than-a-week:#8c8c8c;
--silver:#bfbfbf;
--antique-wicker-basket:#f2d2a1;
--day-glow-orange:#e95c35;
}

More palettes to explore