CSS code for this palette
/* CSS */
.lake-thun {
color: #4bb7e2;
}
.homeworld {
color: #1f89e5;
}
.deep-river {
color: #007ab3;
}
.felix {
color: #005f8f;
}
.marine-blue {
color: #003c66;
}
/* CSS Variables */
:root {
--lake-thun:#4bb7e2;
--homeworld:#1f89e5;
--deep-river:#007ab3;
--felix:#005f8f;
--marine-blue:#003c66;
}