CSS code for this palette
/* CSS */
.downriver {
color: #0a1f4d;
}
.limoges {
color: #1d396d;
}
.azraq-blue {
color: #4a6bbf;
}
.greek-sea {
color: #769ee0;
}
.juzcar-blue {
color: #a1d3f7;
}
/* CSS Variables */
:root {
--downriver:#0a1f4d;
--limoges:#1d396d;
--azraq-blue:#4a6bbf;
--greek-sea:#769ee0;
--juzcar-blue:#a1d3f7;
}