All Palettes

Color Palette #000000, #ffffff, #808d8e, #edf1f2, #3398db

0%
0%
0%

CSS code for this palette

/* CSS */
.black {
color: #000000;
}
.white {
color: #ffffff;
}
.gunmetal-grey {
color: #808d8e;
}
.maui-mist {
color: #edf1f2;
}
.blue-damselfly {
color: #3398db;
}

/* CSS Variables */
:root {
--black:#000000;
--white:#ffffff;
--gunmetal-grey:#808d8e;
--maui-mist:#edf1f2;
--blue-damselfly:#3398db;
}

More palettes to explore