Horror Color Palette

Discover the beautiful Horror color palette featuring aubergine (#3c0b1b), persian plum (#6d1c1c), stiletto (#9f3c3c), roman (#d76060) and carnation (#f35e5e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Dark, Deep, Deep Autumn, Macabre, Blood, Creepy, Ominous, Spooky 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: #3c0b1b;
}
.color-2 {
color: #6d1c1c;
}
.color-3 {
color: #9f3c3c;
}
.color-4 {
color: #d76060;
}
.color-5 {
color: #f35e5e;
}

/* CSS Variables */
:root {
--color-1: #3c0b1b;
--color-2: #6d1c1c;
--color-3: #9f3c3c;
--color-4: #d76060;
--color-5: #f35e5e;
}

🌈 Horror background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c0b1b, #6d1c1c, #9f3c3c, #d76060, #f35e5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c0b1b, #6d1c1c, #9f3c3c, #d76060, #f35e5e);
}

Horror color palette created on .