Color names in this palette
CSS code for this palette
/* CSS */
.hooker-s-green {
color: #4b7c6d;
}
.funk {
color: #3ba07b;
}
.sacred-turquoise {
color: #4db3a0;
}
.tropical-trail {
color: #84d2b9;
}
.bean-sprout {
color: #f2f8e7;
}
/* CSS Variables */
:root {
--hooker-s-green:#4b7c6d;
--funk:#3ba07b;
--sacred-turquoise:#4db3a0;
--tropical-trail:#84d2b9;
--bean-sprout:#f2f8e7;
}