Color names in this palette
CSS code for this palette
/* CSS */
.chlorella-green {
color: #5cb75c;
}
.vic-20-green {
color: #8fdc8f;
}
.chayote {
color: #c5e2c5;
}
.bakery-box {
color: #f2f7f2;
}
.misty-lawn {
color: #def7de;
}
/* CSS Variables */
:root {
--chlorella-green:#5cb75c;
--vic-20-green:#8fdc8f;
--chayote:#c5e2c5;
--bakery-box:#f2f7f2;
--misty-lawn:#def7de;
}