All Palettes

Color Palette #690dab, #32cd32, #ffffff, #000000, #696969

0%
0%
0%

CSS code for this palette

/* CSS */
.indiviolet-sunset {
color: #690dab;
}
.poisonous-pesticide {
color: #32cd32;
}
.white {
color: #ffffff;
}
.black {
color: #000000;
}
.dim-grey {
color: #696969;
}

/* CSS Variables */
:root {
--indiviolet-sunset:#690dab;
--poisonous-pesticide:#32cd32;
--white:#ffffff;
--black:#000000;
--dim-grey:#696969;
}

More palettes to explore