All Palettes

Color Palette #1f1b79, #3b4db5, #6d8ee9, #a3c3ff, #f8f0ff

0%
0%
0%

CSS code for this palette

/* CSS */
.snorlax {
color: #1f1b79;
}
.night-in-manchester {
color: #3b4db5;
}
.soft-blue {
color: #6d8ee9;
}
.pastel-blue {
color: #a3c3ff;
}
.cloud-break {
color: #f8f0ff;
}

/* CSS Variables */
:root {
--snorlax:#1f1b79;
--night-in-manchester:#3b4db5;
--soft-blue:#6d8ee9;
--pastel-blue:#a3c3ff;
--cloud-break:#f8f0ff;
}

More palettes to explore