80's Horror Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with 80's Horror palette

Share this palette to:

Download 80's Horror Color Palette (PNG)

Download 80's horror color palette PNG image (landscape)
Download 80's horror color palette PNG image (square)

80's Horror color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #d84f6b;
}
.color-3 {
color: #a93d8e;
}
.color-4 {
color: #6a2c90;
}
.color-5 {
color: #3f1a70;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #d84f6b;
--color-3: #a93d8e;
--color-4: #6a2c90;
--color-5: #3f1a70;
}

80's Horror background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #d84f6b, #a93d8e, #6a2c90, #3f1a70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #d84f6b, #a93d8e, #6a2c90, #3f1a70);
}

Similar color palettes

80's Horror color palette created on .