Muted Orange Color Palette

Discover the beautiful Muted Orange color palette featuring christine (#d85f0e), copper (#c77b3d), husk (#aea44c), tulip tree (#e8b13b) and piper (#d66224).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Muted Orange color palette CSS

/* CSS */
.color-1 {
color: #d85f0e;
}
.color-2 {
color: #c77b3d;
}
.color-3 {
color: #aea44c;
}
.color-4 {
color: #e8b13b;
}
.color-5 {
color: #d66224;
}

/* CSS Variables */
:root {
--color-1: #d85f0e;
--color-2: #c77b3d;
--color-3: #aea44c;
--color-4: #e8b13b;
--color-5: #d66224;
}

🌈 Muted Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d85f0e, #c77b3d, #aea44c, #e8b13b, #d66224);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d85f0e, #c77b3d, #aea44c, #e8b13b, #d66224);
}

Muted Orange color palette created on .