All Palettes

Color Palette #2e3a4d, #5b7f9a, #8fa5b3, #d8b56e, #c95c4f

0%
0%
0%

CSS code for this palette

/* CSS */
.blue-fantastic {
color: #2e3a4d;
}
.blue-heaven {
color: #5b7f9a;
}
.cadet-grey {
color: #8fa5b3;
}
.gyoza-dumpling {
color: #d8b56e;
}
.firebug {
color: #c95c4f;
}

/* CSS Variables */
:root {
--blue-fantastic:#2e3a4d;
--blue-heaven:#5b7f9a;
--cadet-grey:#8fa5b3;
--gyoza-dumpling:#d8b56e;
--firebug:#c95c4f;
}

More palettes to explore