Earthy Green Color Palette

Discover the beautiful Earthy Green color palette featuring summer green (#a4c1ae), patina (#5d8989), rose fog (#e2b8a7), chalky (#f0d68e) and raw sienna (#d57d3f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Beige, Bright, Nature, Summer 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 Earthy Green palette

Share this palette to:

💻 Earthy Green color palette CSS

/* CSS */
.color-1 {
color: #a4c1ae;
}
.color-2 {
color: #5d8989;
}
.color-3 {
color: #e2b8a7;
}
.color-4 {
color: #f0d68e;
}
.color-5 {
color: #d57d3f;
}

/* CSS Variables */
:root {
--color-1: #a4c1ae;
--color-2: #5d8989;
--color-3: #e2b8a7;
--color-4: #f0d68e;
--color-5: #d57d3f;
}

🌈 Earthy Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c1ae, #5d8989, #e2b8a7, #f0d68e, #d57d3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c1ae, #5d8989, #e2b8a7, #f0d68e, #d57d3f);
}

Earthy Green color palette created on .