Color names in this palette
CSS code for this palette
/* CSS */
.lilliputian-lime {
color: #7fd959;
}
.mint-jelly {
color: #4cdc94;
}
.first-post {
color: #2bbf9d;
}
.miami-jade {
color: #1a997d;
}
.blue-green {
color: #0e8168;
}
/* CSS Variables */
:root {
--lilliputian-lime:#7fd959;
--mint-jelly:#4cdc94;
--first-post:#2bbf9d;
--miami-jade:#1a997d;
--blue-green:#0e8168;
}