All Palettes

Color Palette #4b3d6b, #7c5c93, #c7a3b2, #e1c6d4, #f5e29e

0%
0%
0%

CSS code for this palette

/* CSS */
.meteorite {
color: #4b3d6b;
}
.ghostly-purple {
color: #7c5c93;
}
.shady-pink {
color: #c7a3b2;
}
.etcetera {
color: #e1c6d4;
}
.buttery-croissant {
color: #f5e29e;
}

/* CSS Variables */
:root {
--meteorite:#4b3d6b;
--ghostly-purple:#7c5c93;
--shady-pink:#c7a3b2;
--etcetera:#e1c6d4;
--buttery-croissant:#f5e29e;
}

More palettes to explore