Color names in this palette
CSS code for this palette
/* CSS */
.waterfall {
color: #3bb09e;
}
.waterfall {
color: #38b2a0;
}
.sea-kale {
color: #2da49a;
}
.azure-tide {
color: #2a9d8e;
}
.geneva-green {
color: #1c7d73;
}
/* CSS Variables */
:root {
--waterfall:#3bb09e;
--waterfall:#38b2a0;
--sea-kale:#2da49a;
--azure-tide:#2a9d8e;
--geneva-green:#1c7d73;
}