All Palettes

Color Palette #000000, #4d4d4d, #ffffff, #00cccc, #b499ff

0%
0%
0%

CSS code for this palette

/* CSS */
.black {
color: #000000;
}
.thunder {
color: #4d4d4d;
}
.white {
color: #ffffff;
}
.tilla-kari-mosque {
color: #00cccc;
}
.lilac-geode {
color: #b499ff;
}

/* CSS Variables */
:root {
--black:#000000;
--thunder:#4d4d4d;
--white:#ffffff;
--tilla-kari-mosque:#00cccc;
--lilac-geode:#b499ff;
}

More palettes to explore