CSS code for this palette
/* CSS */
.island-light {
color: #a7c6e7;
}
.goluboy-blue {
color: #8cb8e3;
}
.kindred {
color: #6fa1d8;
}
.blue-dart {
color: #4c8dd6;
}
.bluish {
color: #2b73c5;
}
/* CSS Variables */
:root {
--island-light:#a7c6e7;
--goluboy-blue:#8cb8e3;
--kindred:#6fa1d8;
--blue-dart:#4c8dd6;
--bluish:#2b73c5;
}