CSS code for this palette
/* CSS */
.assault {
color: #1d3f72;
}
.storm-blue {
color: #507e9b;
}
.blue-bows {
color: #a5c3d4;
}
.cheater {
color: #f1b45f;
}
.sunset-blaze {
color: #e55c2a;
}
/* CSS Variables */
:root {
--assault:#1d3f72;
--storm-blue:#507e9b;
--blue-bows:#a5c3d4;
--cheater:#f1b45f;
--sunset-blaze:#e55c2a;
}