House of Horrors Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with House of Horrors palette
House of Horrors color palette PNG image
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);
}
Similar color palettes
Scroll down to explore 1000+ colors.darkred color palettes
House of Horrors color palette created on .