Earthy Orange Color Palette

Discover the beautiful Earthy Orange color palette featuring desert (#b85c1e), equator (#e3b46d), marzipan (#f8d39b), akaroa (#d4c3a0) and spring rain (#a1c9b0).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Earthy Orange color palette CSS

/* CSS */
.color-1 {
color: #b85c1e;
}
.color-2 {
color: #e3b46d;
}
.color-3 {
color: #f8d39b;
}
.color-4 {
color: #d4c3a0;
}
.color-5 {
color: #a1c9b0;
}

/* CSS Variables */
:root {
--color-1: #b85c1e;
--color-2: #e3b46d;
--color-3: #f8d39b;
--color-4: #d4c3a0;
--color-5: #a1c9b0;
}

🌈 Earthy Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b85c1e, #e3b46d, #f8d39b, #d4c3a0, #a1c9b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b85c1e, #e3b46d, #f8d39b, #d4c3a0, #a1c9b0);
}

Earthy Orange color palette created on .