Tree Color Palette

Discover the beautiful Tree color palette featuring fern green (#5a8a3d), moss green (#a7d7b8), panache (#e2f3e6), givry (#f9dfc3) and whiskey (#d09c5d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Nature, Earthy, Bright, Spring, Forest, Soft, Summer, Light, Wood color palettes and combinations.

💡 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 Tree palette

Share this palette to:

💻 Tree color palette CSS

/* CSS */
.color-1 {
color: #5a8a3d;
}
.color-2 {
color: #a7d7b8;
}
.color-3 {
color: #e2f3e6;
}
.color-4 {
color: #f9dfc3;
}
.color-5 {
color: #d09c5d;
}

/* CSS Variables */
:root {
--color-1: #5a8a3d;
--color-2: #a7d7b8;
--color-3: #e2f3e6;
--color-4: #f9dfc3;
--color-5: #d09c5d;
}

🌈 Tree background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a8a3d, #a7d7b8, #e2f3e6, #f9dfc3, #d09c5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a8a3d, #a7d7b8, #e2f3e6, #f9dfc3, #d09c5d);
}

Tree color palette created on .