Color names in this palette
CSS code for this palette
/* CSS */
.chlorella-green {
color: #5cb75c;
}
.green-trance {
color: #a2d7a3;
}
.mint-grasshopper {
color: #e3f0e0;
}
.warm-bread {
color: #f9e8d2;
}
.pouring-copper {
color: #fb997e;
}
/* CSS Variables */
:root {
--chlorella-green:#5cb75c;
--green-trance:#a2d7a3;
--mint-grasshopper:#e3f0e0;
--warm-bread:#f9e8d2;
--pouring-copper:#fb997e;
}