Color names in this palette
CSS code for this palette
/* CSS */
.bondi {
color: #1a698e;
}
.valley-of-glaciers {
color: #2c7a9b;
}
.freshwater {
color: #4ea4b1;
}
.pluviophile {
color: #60d3e2;
}
.everest {
color: #a2e5e6;
}
/* CSS Variables */
:root {
--bondi:#1a698e;
--valley-of-glaciers:#2c7a9b;
--freshwater:#4ea4b1;
--pluviophile:#60d3e2;
--everest:#a2e5e6;
}