Color names in this palette
CSS code for this palette
/* CSS */
.emerald-cory {
color: #5abf6e;
}
.crystal-gem {
color: #78d9a3;
}
.overtone {
color: #a7e6b8;
}
.weathered-mint {
color: #e5f7e3;
}
.emptiness {
color: #fafffc;
}
/* CSS Variables */
:root {
--emerald-cory:#5abf6e;
--crystal-gem:#78d9a3;
--overtone:#a7e6b8;
--weathered-mint:#e5f7e3;
--emptiness:#fafffc;
}