Terracotta Oasis Color Palette

Discover the beautiful Terracotta Oasis color palette featuring red damask (#d96e4a), santa fe (#a86d4d), avocado (#8b9a6a), axolotl (#586d4f) and taupe (#413b30).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Warm, Autumn, Nature, Green, Brown, 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 Terracotta Oasis palette

Share this palette to:

💻 Terracotta Oasis color palette CSS

/* CSS */
.color-1 {
color: #d96e4a;
}
.color-2 {
color: #a86d4d;
}
.color-3 {
color: #8b9a6a;
}
.color-4 {
color: #586d4f;
}
.color-5 {
color: #413b30;
}

/* CSS Variables */
:root {
--color-1: #d96e4a;
--color-2: #a86d4d;
--color-3: #8b9a6a;
--color-4: #586d4f;
--color-5: #413b30;
}

🌈 Terracotta Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d96e4a, #a86d4d, #8b9a6a, #586d4f, #413b30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d96e4a, #a86d4d, #8b9a6a, #586d4f, #413b30);
}

Terracotta Oasis color palette created on .