Lively Earth Color Palette

Discover the beautiful Lively Earth color palette featuring ironstone (#7e4f3a), brown rust (#a65e3a), tussock (#c78c4d), putty (#ebc48e) and wheat (#f6e0b1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBrown, Earthy, Warm, Bright, Skin, Autumn, Summer, Nature, Vibrant, Soft 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 Lively Earth palette

Share this palette to:

💻 Lively Earth color palette CSS

/* CSS */
.color-1 {
color: #7e4f3a;
}
.color-2 {
color: #a65e3a;
}
.color-3 {
color: #c78c4d;
}
.color-4 {
color: #ebc48e;
}
.color-5 {
color: #f6e0b1;
}

/* CSS Variables */
:root {
--color-1: #7e4f3a;
--color-2: #a65e3a;
--color-3: #c78c4d;
--color-4: #ebc48e;
--color-5: #f6e0b1;
}

🌈 Lively Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e4f3a, #a65e3a, #c78c4d, #ebc48e, #f6e0b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e4f3a, #a65e3a, #c78c4d, #ebc48e, #f6e0b1);
}

Lively Earth color palette created on .