All Palettes

Color Palette #4c3d6c, #8e7c9c, #c5b4c0, #f2d8c0, #e8c1a1

0%
0%
0%

CSS code for this palette

/* CSS */
.meteorite {
color: #4c3d6c;
}
.wildflower {
color: #8e7c9c;
}
.masked-mauve {
color: #c5b4c0;
}
.turkscap {
color: #f2d8c0;
}
.toasted-coconut {
color: #e8c1a1;
}

/* CSS Variables */
:root {
--meteorite:#4c3d6c;
--wildflower:#8e7c9c;
--masked-mauve:#c5b4c0;
--turkscap:#f2d8c0;
--toasted-coconut:#e8c1a1;
}

More palettes to explore