Earthy Elegance Color Palette

Discover the beautiful Earthy Elegance color palette featuring antique brass (#cb9d6c), barley corn (#a1825e), pickled bean (#5e3d1d), english walnut (#403326) and brandy (#ddbe98).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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: #cb9d6c;
}
.color-2 {
color: #a1825e;
}
.color-3 {
color: #5e3d1d;
}
.color-4 {
color: #403326;
}
.color-5 {
color: #ddbe98;
}

/* CSS Variables */
:root {
--color-1: #cb9d6c;
--color-2: #a1825e;
--color-3: #5e3d1d;
--color-4: #403326;
--color-5: #ddbe98;
}

🌈 Earthy Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cb9d6c, #a1825e, #5e3d1d, #403326, #ddbe98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cb9d6c, #a1825e, #5e3d1d, #403326, #ddbe98);
}

Earthy Elegance color palette created on .