CSS code for this palette
/* CSS */
.assault {
color: #1d3f72;
}
.mega-blue {
color: #3a6ea6;
}
.sail-away {
color: #51b4e1;
}
.sunny-mood {
color: #f7c94b;
}
.orangeville {
color: #e96e58;
}
/* CSS Variables */
:root {
--assault:#1d3f72;
--mega-blue:#3a6ea6;
--sail-away:#51b4e1;
--sunny-mood:#f7c94b;
--orangeville:#e96e58;
}