Color names in this palette
CSS code for this palette
/* CSS */
.everest {
color: #9edee0;
}
.salt-lake {
color: #70c8d2;
}
.freshwater {
color: #4ba3af;
}
.kandinsky-turquoise {
color: #2e8585;
}
.hornblende-green {
color: #1f4c4c;
}
/* CSS Variables */
:root {
--everest:#9edee0;
--salt-lake:#70c8d2;
--freshwater:#4ba3af;
--kandinsky-turquoise:#2e8585;
--hornblende-green:#1f4c4c;
}