All Palettes

Color Palette #1b3264, #1e4c7b, #1f6d93, #2b9cda, #a8d3e1

0%
0%
0%

CSS code for this palette

/* CSS */
.mythical-night {
color: #1b3264;
}
.theatre-blue {
color: #1e4c7b;
}
.chill-of-the-night {
color: #1f6d93;
}
.blue-damselfly {
color: #2b9cda;
}
.light-blue-glint {
color: #a8d3e1;
}

/* CSS Variables */
:root {
--mythical-night:#1b3264;
--theatre-blue:#1e4c7b;
--chill-of-the-night:#1f6d93;
--blue-damselfly:#2b9cda;
--light-blue-glint:#a8d3e1;
}

More palettes to explore