Earthy Ocre Color Palette

Discover the beautiful Earthy Ocre color palette featuring dallas (#6f4e27), old copper (#7b5b31), potters clay (#87613a), sycamore (#8a753d) and potters clay (#8e5e3e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beige, Brown, Deep, Earthy, Muted, Neutral, Soft, Warm, Wood 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 Ocre palette

Share this palette to:

💻 Earthy Ocre color palette CSS

/* CSS */
.color-1 {
color: #6f4e27;
}
.color-2 {
color: #7b5b31;
}
.color-3 {
color: #87613a;
}
.color-4 {
color: #8a753d;
}
.color-5 {
color: #8e5e3e;
}

/* CSS Variables */
:root {
--color-1: #6f4e27;
--color-2: #7b5b31;
--color-3: #87613a;
--color-4: #8a753d;
--color-5: #8e5e3e;
}

🌈 Earthy Ocre background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4e27, #7b5b31, #87613a, #8a753d, #8e5e3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4e27, #7b5b31, #87613a, #8a753d, #8e5e3e);
}

Earthy Ocre color palette created on .