CSS code for this palette
/* CSS */
.antilles-blue {
color: #3b5a8c;
}
.greyish-blue {
color: #5f7e9b;
}
.lagoon-blue {
color: #80a2b3;
}
.drip {
color: #a5c9d5;
}
.water {
color: #d2f3f9;
}
/* CSS Variables */
:root {
--antilles-blue:#3b5a8c;
--greyish-blue:#5f7e9b;
--lagoon-blue:#80a2b3;
--drip:#a5c9d5;
--water:#d2f3f9;
}