Dark Orange Color Palette

Discover the beautiful Dark Orange color palette featuring burning orange (#ff6d2e), flamingo (#e85d26), tuscany (#c65f2f), mule fawn (#994e2e) and spice (#6b3b2e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withOrange, Warm, Earthy, Bright, Autumn 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 Dark Orange palette

Share this palette to:

💻 Dark Orange color palette CSS

/* CSS */
.color-1 {
color: #ff6d2e;
}
.color-2 {
color: #e85d26;
}
.color-3 {
color: #c65f2f;
}
.color-4 {
color: #994e2e;
}
.color-5 {
color: #6b3b2e;
}

/* CSS Variables */
:root {
--color-1: #ff6d2e;
--color-2: #e85d26;
--color-3: #c65f2f;
--color-4: #994e2e;
--color-5: #6b3b2e;
}

🌈 Dark Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d2e, #e85d26, #c65f2f, #994e2e, #6b3b2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d2e, #e85d26, #c65f2f, #994e2e, #6b3b2e);
}

Dark Orange color palette created on .