Earthy Elegance Color Palette

Discover the beautiful Earthy Elegance color palette featuring green smoke (#a4b37a), yuma (#d0c39a), indian khaki (#bfae8d), rose fog (#e3c6b0) and husk (#b7a94e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beige, Brown, Earthy, Green, Modern, Neutral, Soft, Vintage, Yellow 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 Elegance palette

Share this palette to:

💻 Earthy Elegance color palette CSS

/* CSS */
.color-1 {
color: #a4b37a;
}
.color-2 {
color: #d0c39a;
}
.color-3 {
color: #bfae8d;
}
.color-4 {
color: #e3c6b0;
}
.color-5 {
color: #b7a94e;
}

/* CSS Variables */
:root {
--color-1: #a4b37a;
--color-2: #d0c39a;
--color-3: #bfae8d;
--color-4: #e3c6b0;
--color-5: #b7a94e;
}

🌈 Earthy Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4b37a, #d0c39a, #bfae8d, #e3c6b0, #b7a94e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4b37a, #d0c39a, #bfae8d, #e3c6b0, #b7a94e);
}

Earthy Elegance color palette created on .