Horror Color Palette
Discover the beautiful Horror color palette featuring van cleef (#4b0c0c), crown of thorns (#6f1f1f), stiletto (#a23434), japonica (#d76a6a) and wewak (#f2a1a1).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withRed, Dark, Deep, Deep Autumn, Creepy, Spooky, Violent, Blood, Macabre 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
💻 Horror color palette CSS
/* CSS */
.color-1 {
color: #4b0c0c;
}
.color-2 {
color: #6f1f1f;
}
.color-3 {
color: #a23434;
}
.color-4 {
color: #d76a6a;
}
.color-5 {
color: #f2a1a1;
}
/* CSS Variables */
:root {
--color-1: #4b0c0c;
--color-2: #6f1f1f;
--color-3: #a23434;
--color-4: #d76a6a;
--color-5: #f2a1a1;
}
🌈 Horror background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b0c0c, #6f1f1f, #a23434, #d76a6a, #f2a1a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b0c0c, #6f1f1f, #a23434, #d76a6a, #f2a1a1);
}
🔗 Explore similar color palettes
Horror color palette created on .