Horror Color Palette

Discover the beautiful Horror color palette featuring jon (#381e24), nutmeg (#7a2a2c), brandy rose (#b67c7e), equator (#dfb058) and bull shot (#834d20).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Red, Orange, Brown, Creepy, Spooky, Deep, Deep Autumn, Vibrant 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 Horror palette

Share this palette to:

💻 Horror color palette CSS

/* CSS */
.color-1 {
color: #381e24;
}
.color-2 {
color: #7a2a2c;
}
.color-3 {
color: #b67c7e;
}
.color-4 {
color: #dfb058;
}
.color-5 {
color: #834d20;
}

/* CSS Variables */
:root {
--color-1: #381e24;
--color-2: #7a2a2c;
--color-3: #b67c7e;
--color-4: #dfb058;
--color-5: #834d20;
}

🌈 Horror background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #381e24, #7a2a2c, #b67c7e, #dfb058, #834d20);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #381e24, #7a2a2c, #b67c7e, #dfb058, #834d20);
}

Horror color palette created on .