All Palettes

Color Palette #2b3b50, #4e5e79, #7a8c9f, #a6b1c5, #d9e4f2

0%
0%
0%

CSS code for this palette

/* CSS */
.blue-fantastic {
color: #2b3b50;
}
.night-market {
color: #4e5e79;
}
.lucid-blue {
color: #7a8c9f;
}
.innuendo {
color: #a6b1c5;
}
.icicle-veil {
color: #d9e4f2;
}

/* CSS Variables */
:root {
--blue-fantastic:#2b3b50;
--night-market:#4e5e79;
--lucid-blue:#7a8c9f;
--innuendo:#a6b1c5;
--icicle-veil:#d9e4f2;
}

More palettes to explore