Color names in this palette
CSS code for this palette
/* CSS */
.chlorella-green {
color: #5cb75c;
}
.vic-20-green {
color: #8edc8e;
}
.sugar-mint {
color: #c2e5c2;
}
.white-sulfur {
color: #eff9e7;
}
.peasful-mint {
color: #c1f0c1;
}
/* CSS Variables */
:root {
--chlorella-green:#5cb75c;
--vic-20-green:#8edc8e;
--sugar-mint:#c2e5c2;
--white-sulfur:#eff9e7;
--peasful-mint:#c1f0c1;
}