Color names in this palette
CSS code for this palette
/* CSS */
.rich-green {
color: #1a8e3f;
}
.ming-green {
color: #40bf80;
}
.peppy {
color: #6fd8b5;
}
.mountain-mint {
color: #a5e4c0;
}
.toxic-latte {
color: #e1f9ea;
}
/* CSS Variables */
:root {
--rich-green:#1a8e3f;
--ming-green:#40bf80;
--peppy:#6fd8b5;
--mountain-mint:#a5e4c0;
--toxic-latte:#e1f9ea;
}