CSS code for this palette
/* CSS */
.assault {
color: #1c3f73;
}
.zenith {
color: #497b9c;
}
.pearl-blue {
color: #77b5c5;
}
.botanical-tint {
color: #a5e3d4;
}
.star-shine {
color: #f8f5e2;
}
/* CSS Variables */
:root {
--assault:#1c3f73;
--zenith:#497b9c;
--pearl-blue:#77b5c5;
--botanical-tint:#a5e3d4;
--star-shine:#f8f5e2;
}