Soft Terracotta Color Palette

Discover the beautiful Soft Terracotta color palette featuring burning sand (#d79a79), chestnut rose (#c7685c), chestnut (#b5564a), brown rust (#a84f38) and mule fawn (#954932).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Autumn, Orange, Beige, 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 Soft Terracotta palette

Share this palette to:

💻 Soft Terracotta color palette CSS

/* CSS */
.color-1 {
color: #d79a79;
}
.color-2 {
color: #c7685c;
}
.color-3 {
color: #b5564a;
}
.color-4 {
color: #a84f38;
}
.color-5 {
color: #954932;
}

/* CSS Variables */
:root {
--color-1: #d79a79;
--color-2: #c7685c;
--color-3: #b5564a;
--color-4: #a84f38;
--color-5: #954932;
}

🌈 Soft Terracotta background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d79a79, #c7685c, #b5564a, #a84f38, #954932);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d79a79, #c7685c, #b5564a, #a84f38, #954932);
}

Soft Terracotta color palette created on .