All Palettes

Color Palette #1c2b6d, #4f5c8c, #8a9ba8, #afc3cf, #d8e4e3

0%
0%
0%

CSS code for this palette

/* CSS */
.mythical-night {
color: #1c2b6d;
}
.gem {
color: #4f5c8c;
}
.relaxing-blue {
color: #8a9ba8;
}
.boot-cut {
color: #afc3cf;
}
.airflow {
color: #d8e4e3;
}

/* CSS Variables */
:root {
--mythical-night:#1c2b6d;
--gem:#4f5c8c;
--relaxing-blue:#8a9ba8;
--boot-cut:#afc3cf;
--airflow:#d8e4e3;
}

More palettes to explore