Color names in this palette
CSS code for this palette
/* CSS */
.everest {
color: #a3e6e1;
}
.water-wonder {
color: #7ed3d0;
}
.arctic-green {
color: #4bb9b7;
}
.sea-kale {
color: #2fa7a3;
}
.sea-fantasy {
color: #1e8f8f;
}
/* CSS Variables */
:root {
--everest:#a3e6e1;
--water-wonder:#7ed3d0;
--arctic-green:#4bb9b7;
--sea-kale:#2fa7a3;
--sea-fantasy:#1e8f8f;
}