All Palettes

Color Palette #3c3e5d, #5a5f8c, #7c80b6, #b5c3e8, #f5f7ff

0%
0%
0%

CSS code for this palette

/* CSS */
.patriot-blue {
color: #3c3e5d;
}
.midnight-sea {
color: #5a5f8c;
}
.astro-zinger {
color: #7c80b6;
}
.larkspur-bud {
color: #b5c3e8;
}
.m-white {
color: #f5f7ff;
}

/* CSS Variables */
:root {
--patriot-blue:#3c3e5d;
--midnight-sea:#5a5f8c;
--astro-zinger:#7c80b6;
--larkspur-bud:#b5c3e8;
--m-white:#f5f7ff;
}

More palettes to explore