Color names in this palette
CSS code for this palette
/* CSS */
.jubilant-jade {
color: #41aa77;
}
.ming-green {
color: #40b07f;
}
.drunken-dragonfly {
color: #3ddb8a;
}
.mint-jelly {
color: #4ddb96;
}
.star-grass {
color: #70dbc6;
}
/* CSS Variables */
:root {
--jubilant-jade:#41aa77;
--ming-green:#40b07f;
--drunken-dragonfly:#3ddb8a;
--mint-jelly:#4ddb96;
--star-grass:#70dbc6;
}