CSS code for this palette
/* CSS */
.blues {
color: #2b6b9c;
}
.santorini {
color: #3cb7d3;
}
.magnesia-bay {
color: #60c2e6;
}
.everest {
color: #a1e3e3;
}
.white-smoke {
color: #f5f5f5;
}
/* CSS Variables */
:root {
--blues:#2b6b9c;
--santorini:#3cb7d3;
--magnesia-bay:#60c2e6;
--everest:#a1e3e3;
--white-smoke:#f5f5f5;
}