Color names in this palette
CSS code for this palette
/* CSS */
.chlorella-green {
color: #5cb75c;
}
.vic-20-green {
color: #8bda8b;
}
.grape-green {
color: #a7e3a1;
}
.peasful-mint {
color: #c1f0c1;
}
.nettle-rash {
color: #e6f9e6;
}
/* CSS Variables */
:root {
--chlorella-green:#5cb75c;
--vic-20-green:#8bda8b;
--grape-green:#a7e3a1;
--peasful-mint:#c1f0c1;
--nettle-rash:#e6f9e6;
}