Color names in this palette
CSS code for this palette
/* CSS */
.granny-smith-apple {
color: #a0dd8d;
}
.fresh-cut-grass {
color: #8ccc7f;
}
.nasturtium-leaf {
color: #86b66d;
}
.feijoa {
color: #a5d883;
}
.cactus-spike {
color: #c2e1a3;
}
/* CSS Variables */
:root {
--granny-smith-apple:#a0dd8d;
--fresh-cut-grass:#8ccc7f;
--nasturtium-leaf:#86b66d;
--feijoa:#a5d883;
--cactus-spike:#c2e1a3;
}