Horror Characters Color Palette

Discover the beautiful Horror Characters color palette featuring cocoa bean (#4a1c1c), buccaneer (#6d2c2c), stiletto (#9f3c3c), valencia (#d94a4a) and carnation (#f15b5b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Dark, Deep, Creepy, Spooky, Bright, Autumn, Deep Autumn, Monochromatic 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 Characters palette

Share this palette to:

💻 Horror Characters color palette CSS

/* CSS */
.color-1 {
color: #4a1c1c;
}
.color-2 {
color: #6d2c2c;
}
.color-3 {
color: #9f3c3c;
}
.color-4 {
color: #d94a4a;
}
.color-5 {
color: #f15b5b;
}

/* CSS Variables */
:root {
--color-1: #4a1c1c;
--color-2: #6d2c2c;
--color-3: #9f3c3c;
--color-4: #d94a4a;
--color-5: #f15b5b;
}

🌈 Horror Characters background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a1c1c, #6d2c2c, #9f3c3c, #d94a4a, #f15b5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a1c1c, #6d2c2c, #9f3c3c, #d94a4a, #f15b5b);
}

Horror Characters color palette created on .