All Palettes

Color Palette #1e1e2f, #3b3b4e, #5c5c7a, #7e7ebe, #aeaee0

0%
0%
0%

CSS code for this palette

/* CSS */
.black-howl {
color: #1e1e2f;
}
.india-ink {
color: #3b3b4e;
}
.taylor {
color: #5c5c7a;
}
.deep-periwinkle {
color: #7e7ebe;
}
.maximum-blue-purple {
color: #aeaee0;
}

/* CSS Variables */
:root {
--black-howl:#1e1e2f;
--india-ink:#3b3b4e;
--taylor:#5c5c7a;
--deep-periwinkle:#7e7ebe;
--maximum-blue-purple:#aeaee0;
}

More palettes to explore