All Palettes

Color Palette #1b202d, #3d4d7b, #5884b6, #a3c7e0, #f4e2c3

0%
0%
0%

CSS code for this palette

/* CSS */
.dark {
color: #1b202d;
}
.takaka {
color: #3d4d7b;
}
.blue-smart {
color: #5884b6;
}
.sea-cliff {
color: #a3c7e0;
}
.cameo-cream {
color: #f4e2c3;
}

/* CSS Variables */
:root {
--dark:#1b202d;
--takaka:#3d4d7b;
--blue-smart:#5884b6;
--sea-cliff:#a3c7e0;
--cameo-cream:#f4e2c3;
}

More palettes to explore