Color names in this palette
CSS code for this palette
/* CSS */
.summer-lake {
color: #0076a8;
}
.battery-charged-blue {
color: #1da5d3;
}
.water-flow {
color: #78c9d9;
}
.vandermint {
color: #a7e1e6;
}
.distant-horizon {
color: #f1f8f9;
}
/* CSS Variables */
:root {
--summer-lake:#0076a8;
--battery-charged-blue:#1da5d3;
--water-flow:#78c9d9;
--vandermint:#a7e1e6;
--distant-horizon:#f1f8f9;
}