All Palettes

Color Palette #ffffff, #f2f2f2, #e8e8e8, #b3b3b3, #666666

0%
0%
0%

CSS code for this palette

/* CSS */
.white {
color: #ffffff;
}
.bleached-silk {
color: #f2f2f2;
}
.unicorn-silver {
color: #e8e8e8;
}
.tangled-web {
color: #b3b3b3;
}
.squant {
color: #666666;
}

/* CSS Variables */
:root {
--white:#ffffff;
--bleached-silk:#f2f2f2;
--unicorn-silver:#e8e8e8;
--tangled-web:#b3b3b3;
--squant:#666666;
}

More palettes to explore