All Palettes

Color Palette #5a7f8c, #a4b2b7, #d6c5a8, #f1b74b, #d94e36

0%
0%
0%

CSS code for this palette

/* CSS */
.technical-blue {
color: #5a7f8c;
}
.special-delivery {
color: #a4b2b7;
}
.garden-country {
color: #d6c5a8;
}
.maximum-yellow-red {
color: #f1b74b;
}
.fire-island {
color: #d94e36;
}

/* CSS Variables */
:root {
--technical-blue:#5a7f8c;
--special-delivery:#a4b2b7;
--garden-country:#d6c5a8;
--maximum-yellow-red:#f1b74b;
--fire-island:#d94e36;
}

More palettes to explore