Color names in this palette
CSS code for this palette
/* CSS */
.snowy-summit {
color: #c5d7e7;
}
.sea-cliff {
color: #a9c8e0;
}
.estuary-blue {
color: #6ea4b9;
}
.greenland-blue {
color: #3a7f9c;
}
.sea-hunter {
color: #1e5a7b;
}
/* CSS Variables */
:root {
--snowy-summit:#c5d7e7;
--sea-cliff:#a9c8e0;
--estuary-blue:#6ea4b9;
--greenland-blue:#3a7f9c;
--sea-hunter:#1e5a7b;
}