Color names in this palette
CSS code for this palette
/* CSS */
.wicked-green {
color: #9ccb43;
}
.two-peas-in-a-pod {
color: #a3c94f;
}
.cool-as-a-cucumber {
color: #c3d86e;
}
.southern-platyfish {
color: #d3d34a;
}
.indica {
color: #5a8d3a;
}
/* CSS Variables */
:root {
--wicked-green:#9ccb43;
--two-peas-in-a-pod:#a3c94f;
--cool-as-a-cucumber:#c3d86e;
--southern-platyfish:#d3d34a;
--indica:#5a8d3a;
}