Terra Color Palette

Discover the beautiful Terra color palette featuring red damask (#e07c3e), flame pea (#d65d29), roof terracotta (#b7431f), irish coffee (#6a3a29) and cocoa bean (#4d1f1f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Brown, Deep, Earthy, Forest, Nature, Orange, Red, Warm 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 Terra palette

Share this palette to:

💻 Terra color palette CSS

/* CSS */
.color-1 {
color: #e07c3e;
}
.color-2 {
color: #d65d29;
}
.color-3 {
color: #b7431f;
}
.color-4 {
color: #6a3a29;
}
.color-5 {
color: #4d1f1f;
}

/* CSS Variables */
:root {
--color-1: #e07c3e;
--color-2: #d65d29;
--color-3: #b7431f;
--color-4: #6a3a29;
--color-5: #4d1f1f;
}

🌈 Terra background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e07c3e, #d65d29, #b7431f, #6a3a29, #4d1f1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e07c3e, #d65d29, #b7431f, #6a3a29, #4d1f1f);
}

Terra color palette created on .