All Palettes

Color Palette #000000, #d4b0e3, #b476d5, #4a3e89, #9f7cbb

0%
0%
0%

CSS code for this palette

/* CSS */
.black {
color: #000000;
}
.pretty-petunia {
color: #d4b0e3;
}
.lavender {
color: #b476d5;
}
.nauseous-blue {
color: #4a3e89;
}
.lush-lilac {
color: #9f7cbb;
}

/* CSS Variables */
:root {
--black:#000000;
--pretty-petunia:#d4b0e3;
--lavender:#b476d5;
--nauseous-blue:#4a3e89;
--lush-lilac:#9f7cbb;
}

More palettes to explore