All Palettes

Color Palette #bfbfbf, #a62b2b, #ffd900, #4682b4, #8a008a

0%
0%
0%

CSS code for this palette

/* CSS */
.silver {
color: #bfbfbf;
}
.harissa-red {
color: #a62b2b;
}
.soviet-gold {
color: #ffd900;
}
.steel-blue {
color: #4682b4;
}
.dark-magenta {
color: #8a008a;
}

/* CSS Variables */
:root {
--silver:#bfbfbf;
--harissa-red:#a62b2b;
--soviet-gold:#ffd900;
--steel-blue:#4682b4;
--dark-magenta:#8a008a;
}

More palettes to explore