All Palettes

Color Palette #bfbfbf, #a1a1a1, #d9d9d9, #f5f5f5, #ffffff

0%
0%
0%

CSS code for this palette

/* CSS */
.silver {
color: #bfbfbf;
}
.artificial-intelligence-grey {
color: #a1a1a1;
}
.orochimaru {
color: #d9d9d9;
}
.white-smoke {
color: #f5f5f5;
}
.white {
color: #ffffff;
}

/* CSS Variables */
:root {
--silver:#bfbfbf;
--artificial-intelligence-grey:#a1a1a1;
--orochimaru:#d9d9d9;
--white-smoke:#f5f5f5;
--white:#ffffff;
}

More palettes to explore