Color names in this palette
CSS code for this palette
/* CSS */
.lush-life {
color: #e9f5e0;
}
.eerie-glow {
color: #a7d7b8;
}
.holiday {
color: #7fc7b6;
}
.emerald-wave {
color: #4bb4ab;
}
.jardini-re {
color: #009975;
}
/* CSS Variables */
:root {
--lush-life:#e9f5e0;
--eerie-glow:#a7d7b8;
--holiday:#7fc7b6;
--emerald-wave:#4bb4ab;
--jardini-re:#009975;
}