Color names in this palette
CSS code for this palette
/* CSS */
.jubilant-jade {
color: #41aa77;
}
.funk {
color: #3da97c;
}
.hisui-kingfisher {
color: #38b288;
}
.capture {
color: #2fb1a2;
}
.butterfly-blue {
color: #1f9bb7;
}
/* CSS Variables */
:root {
--jubilant-jade:#41aa77;
--funk:#3da97c;
--hisui-kingfisher:#38b288;
--capture:#2fb1a2;
--butterfly-blue:#1f9bb7;
}