All Palettes

Color Palette #a35c8d, #a2bfd7, #e1b2b2, #f39b68, #000000

0%
0%
0%

CSS code for this palette

/* CSS */
.thimble-red {
color: #a35c8d;
}
.everlasting {
color: #a2bfd7;
}
.peachskin {
color: #e1b2b2;
}
.monarch-orange {
color: #f39b68;
}
.black {
color: #000000;
}

/* CSS Variables */
:root {
--thimble-red:#a35c8d;
--everlasting:#a2bfd7;
--peachskin:#e1b2b2;
--monarch-orange:#f39b68;
--black:#000000;
}

More palettes to explore