Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1d3f72;
}
.zenith {
color: #497b9c;
}
.glacier {
color: #78b1bf;
}
.neighborly-peach {
color: #f1c2a2;
}
.breeze-of-chilli {
color: #f26e6e;
}
/* CSS Variables */
:root {
--assault:#1d3f72;
--zenith:#497b9c;
--glacier:#78b1bf;
--neighborly-peach:#f1c2a2;
--breeze-of-chilli:#f26e6e;
}