All Palettes

Color Palette #1b1b1d, #3c3c3e, #5c5c61, #a1a1a5, #f4f4f6

0%
0%
0%

CSS code for this palette

/* CSS */
.gluon-grey {
color: #1b1b1d;
}
.baltic-sea {
color: #3c3c3e;
}
.blackish-grey {
color: #5c5c61;
}
.silver-sconce {
color: #a1a1a5;
}
.chef-s-hat {
color: #f4f4f6;
}

/* CSS Variables */
:root {
--gluon-grey:#1b1b1d;
--baltic-sea:#3c3c3e;
--blackish-grey:#5c5c61;
--silver-sconce:#a1a1a5;
--chef-s-hat:#f4f4f6;
}

More palettes to explore