House of Horrors Color Palette
Discover the beautiful House of Horrors color palette featuring cocoa bean (#4a1c2c), stiletto (#8f2d3f), mojo (#c94e3b), anzac (#e3b04a) and sandwisp (#f4e09f).
Brightness
Saturation
Warmth
💡 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 House of Horrors palette
💻 House of Horrors color palette CSS
/* CSS */
.color-1 {
color: #4a1c2c;
}
.color-2 {
color: #8f2d3f;
}
.color-3 {
color: #c94e3b;
}
.color-4 {
color: #e3b04a;
}
.color-5 {
color: #f4e09f;
}
/* CSS Variables */
:root {
--color-1: #4a1c2c;
--color-2: #8f2d3f;
--color-3: #c94e3b;
--color-4: #e3b04a;
--color-5: #f4e09f;
}
🌈 House of Horrors background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a1c2c, #8f2d3f, #c94e3b, #e3b04a, #f4e09f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a1c2c, #8f2d3f, #c94e3b, #e3b04a, #f4e09f);
}
🔗 Explore similar color palettes
House of Horrors color palette created on .