Color names in this palette
CSS code for this palette
/* CSS */
.french-market {
color: #a2c8a4;
}
.peppy {
color: #6ed4b5;
}
.illuminati-green {
color: #3c8b6b;
}
.platoon-green {
color: #2a4b46;
}
.washed-black {
color: #1e2927;
}
/* CSS Variables */
:root {
--french-market:#a2c8a4;
--peppy:#6ed4b5;
--illuminati-green:#3c8b6b;
--platoon-green:#2a4b46;
--washed-black:#1e2927;
}