Color names in this palette
CSS code for this palette
/* CSS */
.chlorella-green {
color: #5cb75c;
}
.vic-20-green {
color: #8fdc8f;
}
.peasful-mint {
color: #c3e9c3;
}
.frostini {
color: #d9f2d9;
}
.mint-cream {
color: #f5fffa;
}
/* CSS Variables */
:root {
--chlorella-green:#5cb75c;
--vic-20-green:#8fdc8f;
--peasful-mint:#c3e9c3;
--frostini:#d9f2d9;
--mint-cream:#f5fffa;
}