CSS code for this palette
/* CSS */
.artesian-pool {
color: #a3c2e0;
}
.sea-loch {
color: #6b9bd6;
}
.athens {
color: #3d72b3;
}
.vast-sky {
color: #a8c8d6;
}
.winter-haven {
color: #e1e6ea;
}
/* CSS Variables */
:root {
--artesian-pool:#a3c2e0;
--sea-loch:#6b9bd6;
--athens:#3d72b3;
--vast-sky:#a8c8d6;
--winter-haven:#e1e6ea;
}