Color names in this palette
CSS code for this palette
/* CSS */
.light-fresh-lime {
color: #e3f4d7;
}
.basil-smash {
color: #b7e59e;
}
.mint-majesty {
color: #80d6bb;
}
.sea-serpent {
color: #4cc4d6;
}
.tropical-lagoon {
color: #1f9cb2;
}
/* CSS Variables */
:root {
--light-fresh-lime:#e3f4d7;
--basil-smash:#b7e59e;
--mint-majesty:#80d6bb;
--sea-serpent:#4cc4d6;
--tropical-lagoon:#1f9cb2;
}