All Palettes

Color Palette #bfbfbf, #a1a1a1, #808080, #d33131, #ffffff

0%
0%
0%

CSS code for this palette

/* CSS */
.silver {
color: #bfbfbf;
}
.artificial-intelligence-grey {
color: #a1a1a1;
}
.grey {
color: #808080;
}
.akuma {
color: #d33131;
}
.white {
color: #ffffff;
}

/* CSS Variables */
:root {
--silver:#bfbfbf;
--artificial-intelligence-grey:#a1a1a1;
--grey:#808080;
--akuma:#d33131;
--white:#ffffff;
}

More palettes to explore