CSS code for this palette
/* CSS */
.olympian-blue {
color: #1d4f8b;
}
.blue-dart {
color: #4a8ad9;
}
.lucea {
color: #7db2e3;
}
.dithered-sky {
color: #b8e0ff;
}
.m-white {
color: #f4f7fb;
}
/* CSS Variables */
:root {
--olympian-blue:#1d4f8b;
--blue-dart:#4a8ad9;
--lucea:#7db2e3;
--dithered-sky:#b8e0ff;
--m-white:#f4f7fb;
}