Color names in this palette
CSS code for this palette
/* CSS */
.chlorella-green {
color: #5cb75c;
}
.vic-20-green {
color: #8fdc8f;
}
.grape-green {
color: #a9e7a2;
}
.kiwi-squeeze {
color: #d1f0d1;
}
.friendly-basilisk {
color: #e2f8e2;
}
/* CSS Variables */
:root {
--chlorella-green:#5cb75c;
--vic-20-green:#8fdc8f;
--grape-green:#a9e7a2;
--kiwi-squeeze:#d1f0d1;
--friendly-basilisk:#e2f8e2;
}