Color names in this palette
CSS code for this palette
/* CSS */
.water-leaf {
color: #b6ece0;
}
.everest {
color: #9ee0df;
}
.island-sea {
color: #80d6d1;
}
.tropical-escape {
color: #4cb8b2;
}
.capture {
color: #2fb1a2;
}
/* CSS Variables */
:root {
--water-leaf:#b6ece0;
--everest:#9ee0df;
--island-sea:#80d6d1;
--tropical-escape:#4cb8b2;
--capture:#2fb1a2;
}