CSS code for this palette
/* CSS */
.apnea-dive {
color: #2950bc;
}
.blue-bay {
color: #5d9bd5;
}
.anakiwa {
color: #8ecceb;
}
.everest {
color: #a1e2e0;
}
.distant-horizon {
color: #f0f9f7;
}
/* CSS Variables */
:root {
--apnea-dive:#2950bc;
--blue-bay:#5d9bd5;
--anakiwa:#8ecceb;
--everest:#a1e2e0;
--distant-horizon:#f0f9f7;
}