Horror Color Palette

Discover the beautiful Horror color palette featuring night rider (#20150f), redwood (#5a150f), old brick (#8f2b1f), crail (#c0583f) and tacao (#f49d8c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Burgundy, Coastal, Dark, Earthy, Peach, Red, Vintage, Warm 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: #20150f;
}
.color-2 {
color: #5a150f;
}
.color-3 {
color: #8f2b1f;
}
.color-4 {
color: #c0583f;
}
.color-5 {
color: #f49d8c;
}

/* CSS Variables */
:root {
--color-1: #20150f;
--color-2: #5a150f;
--color-3: #8f2b1f;
--color-4: #c0583f;
--color-5: #f49d8c;
}

🌈 Horror background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #20150f, #5a150f, #8f2b1f, #c0583f, #f49d8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #20150f, #5a150f, #8f2b1f, #c0583f, #f49d8c);
}

Horror color palette created on .