Halloween Orange Color Palette

Discover the beautiful Halloween Orange color palette featuring woody brown (#402b2b), paarl (#a85f2e), tan hide (#f9a34e), cream can (#f7d06e) and yellow metal (#6d5f3b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Orange, Yellow, Brown, Fun 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 Halloween Orange palette

Share this palette to:

💻 Halloween Orange color palette CSS

/* CSS */
.color-1 {
color: #402b2b;
}
.color-2 {
color: #a85f2e;
}
.color-3 {
color: #f9a34e;
}
.color-4 {
color: #f7d06e;
}
.color-5 {
color: #6d5f3b;
}

/* CSS Variables */
:root {
--color-1: #402b2b;
--color-2: #a85f2e;
--color-3: #f9a34e;
--color-4: #f7d06e;
--color-5: #6d5f3b;
}

🌈 Halloween Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #402b2b, #a85f2e, #f9a34e, #f7d06e, #6d5f3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #402b2b, #a85f2e, #f9a34e, #f7d06e, #6d5f3b);
}

Halloween Orange color palette created on .