Halloween Color Palette

Deep black, pumpkin orange, eerie purple, and acid green cast a spooky spell for Halloween design. This atmospheric palette conjures haunted house flyers, candy packaging, and trick-or-treat graphics.

#0D0D0D

Black

RGB(13, 13, 13)

HSL(0, 0%, 5%)

#FF6600

Vivid Vermilion

RGB(255, 102, 0)

HSL(24, 100%, 50%)

#6A0DAD

Vivid Violet

RGB(106, 13, 173)

HSL(275, 86%, 36%)

#00FF41

Vivid Green

RGB(0, 255, 65)

HSL(135, 100%, 50%)

#4A0080

Deep Violet

RGB(74, 0, 128)

HSL(275, 100%, 25%)

#1A1A2E

Dark Indigo

RGB(26, 26, 46)

HSL(240, 28%, 14%)

lightbulbBest Use Cases

  • checkHaunted house flyers
  • checkCandy packaging
  • checkParty graphics

businessIndustries

  • checkEvents
  • checkFood & Beverage
Mood:spooky

codeUse in Your Code

CSS Custom Properties

:root {
  --color-1: #0D0D0D;
  --color-2: #FF6600;
  --color-3: #6A0DAD;
  --color-4: #00FF41;
  --color-5: #4A0080;
  --color-6: #1A1A2E;
}

Tailwind CSS Config

colors: {
  'halloween-1': '#0D0D0D',
  'halloween-2': '#FF6600',
  'halloween-3': '#6A0DAD',
  'halloween-4': '#00FF41',
  'halloween-5': '#4A0080',
  'halloween-6': '#1A1A2E',
}
halloweenspookyorangeblackeerie

Want to Extract Colors from Your Own Images?

Upload any photo and get a custom color palette instantly — free.

Try PaletteAI Free

Related Palettes