Green Trees Color Palette
Discover the beautiful Green Trees color palette featuring amazon (#3a7856), de york (#6fbe83), moss green (#a1d9a4), surf crest (#d3e9d7) and snow drift (#f2f7f2).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Green Trees palette
💻 Green Trees color palette CSS
/* CSS */
.color-1 {
color: #3a7856;
}
.color-2 {
color: #6fbe83;
}
.color-3 {
color: #a1d9a4;
}
.color-4 {
color: #d3e9d7;
}
.color-5 {
color: #f2f7f2;
}
/* CSS Variables */
:root {
--color-1: #3a7856;
--color-2: #6fbe83;
--color-3: #a1d9a4;
--color-4: #d3e9d7;
--color-5: #f2f7f2;
} 🌈 Green Trees background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a7856, #6fbe83, #a1d9a4, #d3e9d7, #f2f7f2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a7856, #6fbe83, #a1d9a4, #d3e9d7, #f2f7f2);
} 🔗 Explore similar color palettes
Green Trees color palette created on .