Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1e3f71;
}
.zenith {
color: #497b9c;
}
.country-air {
color: #9db6c3;
}
.rice-bowl {
color: #f1e7d5;
}
.strawberry-avalanche {
color: #f5503d;
}
/* CSS Variables */
:root {
--assault:#1e3f71;
--zenith:#497b9c;
--country-air:#9db6c3;
--rice-bowl:#f1e7d5;
--strawberry-avalanche:#f5503d;
}