CSS code for this palette
/* CSS */
.assault {
color: #1b3d79;
}
.lochmara {
color: #2e6c9e;
}
.brig {
color: #4ea4c1;
}
.radiant-sun {
color: #f1c950;
}
.hot-shot {
color: #e94e2b;
}
/* CSS Variables */
:root {
--assault:#1b3d79;
--lochmara:#2e6c9e;
--brig:#4ea4c1;
--radiant-sun:#f1c950;
--hot-shot:#e94e2b;
}