Color names in this palette
CSS code for this palette
/* CSS */
.grape-green {
color: #a9e7a2;
}
.granny-smith-apple {
color: #a0dd8d;
}
.fluorescence {
color: #8ace7e;
}
.arugula {
color: #70ae5b;
}
.online-lime {
color: #4c8a3d;
}
/* CSS Variables */
:root {
--grape-green:#a9e7a2;
--granny-smith-apple:#a0dd8d;
--fluorescence:#8ace7e;
--arugula:#70ae5b;
--online-lime:#4c8a3d;
}