Color names in this palette
CSS code for this palette
/* CSS */
.green-jelly {
color: #2b9c7e;
}
.emerald-wave {
color: #4eb7a7;
}
.aqua-zing {
color: #7fd7d5;
}
.blizzard-blue {
color: #a5e3e9;
}
.frosty-mint {
color: #dff6f3;
}
/* CSS Variables */
:root {
--green-jelly:#2b9c7e;
--emerald-wave:#4eb7a7;
--aqua-zing:#7fd7d5;
--blizzard-blue:#a5e3e9;
--frosty-mint:#dff6f3;
}