Color names in this palette
CSS code for this palette
/* CSS */
.pure-apple {
color: #6cbf45;
}
.tropical-light {
color: #94d86f;
}
.cactus-spike {
color: #c1e1a8;
}
.leaf-bud {
color: #f1f99f;
}
.yellow-jacket {
color: #ffcb3d;
}
/* CSS Variables */
:root {
--pure-apple:#6cbf45;
--tropical-light:#94d86f;
--cactus-spike:#c1e1a8;
--leaf-bud:#f1f99f;
--yellow-jacket:#ffcb3d;
}