Horror Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Horror palette

Share this palette to:

Download Horror Color Palette (PNG)

Download horror color palette PNG image (landscape)
Download horror color palette PNG image (square)

Horror color palette CSS

/* CSS */
.color-1 {
color: #1f140f;
}
.color-2 {
color: #5c1610;
}
.color-3 {
color: #8e2a1f;
}
.color-4 {
color: #c1583e;
}
.color-5 {
color: #f49c8a;
}

/* CSS Variables */
:root {
--color-1: #1f140f;
--color-2: #5c1610;
--color-3: #8e2a1f;
--color-4: #c1583e;
--color-5: #f49c8a;
}

Horror background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f140f, #5c1610, #8e2a1f, #c1583e, #f49c8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f140f, #5c1610, #8e2a1f, #c1583e, #f49c8a);
}

Horror color palette created on .