Color names in this palette
CSS code for this palette
/* CSS */
.cucumber-milk {
color: #c1ef7b;
}
.grape-green {
color: #a8e1a3;
}
.crystal-gem {
color: #7acda9;
}
.tropical-escape {
color: #4cb8b2;
}
.tropical-lagoon {
color: #1f9cb2;
}
/* CSS Variables */
:root {
--cucumber-milk:#c1ef7b;
--grape-green:#a8e1a3;
--crystal-gem:#7acda9;
--tropical-escape:#4cb8b2;
--tropical-lagoon:#1f9cb2;
}