All Palettes

Color Palette #e1b7d5, #a269b0, #6f5c9d, #4b3e8e, #2a1f6b

0%
0%
0%

CSS code for this palette

/* CSS */
.french-lilac {
color: #e1b7d5;
}
.soft-purple {
color: #a269b0;
}
.just-a-fairytale {
color: #6f5c9d;
}
.blue-gem {
color: #4b3e8e;
}
.after-work-blue {
color: #2a1f6b;
}

/* CSS Variables */
:root {
--french-lilac:#e1b7d5;
--soft-purple:#a269b0;
--just-a-fairytale:#6f5c9d;
--blue-gem:#4b3e8e;
--after-work-blue:#2a1f6b;
}

More palettes to explore