All Palettes

Color Palette #1b202d, #2b3d50, #4ca1ae, #f1c40e, #e77e23

0%
0%
0%

CSS code for this palette

/* CSS */
.dark {
color: #1b202d;
}
.snap-shot {
color: #2b3d50;
}
.blue-racer {
color: #4ca1ae;
}
.sunshine-mellow {
color: #f1c40e;
}
.orange-gluttony {
color: #e77e23;
}

/* CSS Variables */
:root {
--dark:#1b202d;
--snap-shot:#2b3d50;
--blue-racer:#4ca1ae;
--sunshine-mellow:#f1c40e;
--orange-gluttony:#e77e23;
}

More palettes to explore