Color names in this palette
CSS code for this palette
/* CSS */
.botanical-tint {
color: #a6e3d7;
}
.peppy {
color: #6cd5b1;
}
.garish-green {
color: #4abf8c;
}
.green-fondant {
color: #2d9a6b;
}
.verdant-green {
color: #1f7a5d;
}
/* CSS Variables */
:root {
--botanical-tint:#a6e3d7;
--peppy:#6cd5b1;
--garish-green:#4abf8c;
--green-fondant:#2d9a6b;
--verdant-green:#1f7a5d;
}