All Palettes

Color Palette #1f1f1f, #5b5d8f, #a8b3e1, #d7d4e8, #f3f4fc

0%
0%
0%

CSS code for this palette

/* CSS */
.umbra {
color: #1f1f1f;
}
.midnight-sea {
color: #5b5d8f;
}
.lavender-phlox {
color: #a8b3e1;
}
.violet-crush {
color: #d7d4e8;
}
.white-solid {
color: #f3f4fc;
}

/* CSS Variables */
:root {
--umbra:#1f1f1f;
--midnight-sea:#5b5d8f;
--lavender-phlox:#a8b3e1;
--violet-crush:#d7d4e8;
--white-solid:#f3f4fc;
}

More palettes to explore