Color names in this palette
CSS code for this palette
/* CSS */
.everest {
color: #9ee5df;
}
.limpet-shell {
color: #8fdcdc;
}
.fountain-blue {
color: #65b1b3;
}
.blue-venus {
color: #3a7c7e;
}
.hornblende-green {
color: #1f4c4c;
}
/* CSS Variables */
:root {
--everest:#9ee5df;
--limpet-shell:#8fdcdc;
--fountain-blue:#65b1b3;
--blue-venus:#3a7c7e;
--hornblende-green:#1f4c4c;
}