Color names in this palette
CSS code for this palette
/* CSS */
.miami-jade {
color: #1c8d7f;
}
.emerald-wave {
color: #4fb5a9;
}
.algae-green {
color: #91d9b7;
}
.shallow-shore {
color: #b2e0c6;
}
.applemint-soda {
color: #f2f6ea;
}
/* CSS Variables */
:root {
--miami-jade:#1c8d7f;
--emerald-wave:#4fb5a9;
--algae-green:#91d9b7;
--shallow-shore:#b2e0c6;
--applemint-soda:#f2f6ea;
}