All Palettes

Color Palette #1f1f4d, #4b3f83, #6b5091, #7f6a9a, #b4a0ca

0%
0%
0%

CSS code for this palette

/* CSS */
.fly-by-night {
color: #1f1f4d;
}
.nauseous-blue {
color: #4b3f83;
}
.pure-mauve {
color: #6b5091;
}
.ornate {
color: #7f6a9a;
}
.dechala-lilac {
color: #b4a0ca;
}

/* CSS Variables */
:root {
--fly-by-night:#1f1f4d;
--nauseous-blue:#4b3f83;
--pure-mauve:#6b5091;
--ornate:#7f6a9a;
--dechala-lilac:#b4a0ca;
}

More palettes to explore