All Palettes

Color Palette #000000, #690dab, #9b58b6, #e92063, #ff6e61

0%
0%
0%

CSS code for this palette

/* CSS */
.black {
color: #000000;
}
.indiviolet-sunset {
color: #690dab;
}
.liberal-lilac {
color: #9b58b6;
}
.mellow-melon {
color: #e92063;
}
.grapefruit-pulp {
color: #ff6e61;
}

/* CSS Variables */
:root {
--black:#000000;
--indiviolet-sunset:#690dab;
--liberal-lilac:#9b58b6;
--mellow-melon:#e92063;
--grapefruit-pulp:#ff6e61;
}

More palettes to explore