All Palettes

Color Palette #000000, #4d4d4d, #00b3a7, #ffffff, #d9a4e0

0%
0%
0%

CSS code for this palette

/* CSS */
.black {
color: #000000;
}
.thunder {
color: #4d4d4d;
}
.verditer {
color: #00b3a7;
}
.white {
color: #ffffff;
}
.herb-robert {
color: #d9a4e0;
}

/* CSS Variables */
:root {
--black:#000000;
--thunder:#4d4d4d;
--verditer:#00b3a7;
--white:#ffffff;
--herb-robert:#d9a4e0;
}

More palettes to explore