Color names in this palette
CSS code for this palette
/* CSS */
.cool-aloe {
color: #a9d89d;
}
.foul-green {
color: #7fc7a1;
}
.tropical-escape {
color: #4bb9b4;
}
.java {
color: #1f9e99;
}
.tropical-waters {
color: #007b80;
}
/* CSS Variables */
:root {
--cool-aloe:#a9d89d;
--foul-green:#7fc7a1;
--tropical-escape:#4bb9b4;
--java:#1f9e99;
--tropical-waters:#007b80;
}