Warm Terracotta Color Palette

Discover the beautiful Warm Terracotta color palette featuring cashmere (#e7c2a7), antique brass (#d17e6b), mojo (#bf533b), paarl (#a14e2b) and nutmeg (#7d402b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beige, Orange, Brown, 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 Warm Terracotta palette

Share this palette to:

💻 Warm Terracotta color palette CSS

/* CSS */
.color-1 {
color: #e7c2a7;
}
.color-2 {
color: #d17e6b;
}
.color-3 {
color: #bf533b;
}
.color-4 {
color: #a14e2b;
}
.color-5 {
color: #7d402b;
}

/* CSS Variables */
:root {
--color-1: #e7c2a7;
--color-2: #d17e6b;
--color-3: #bf533b;
--color-4: #a14e2b;
--color-5: #7d402b;
}

🌈 Warm Terracotta background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7c2a7, #d17e6b, #bf533b, #a14e2b, #7d402b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7c2a7, #d17e6b, #bf533b, #a14e2b, #7d402b);
}

Warm Terracotta color palette created on .