80s Horror Color Palette

Discover the beautiful 80s Horror color palette featuring alizarin crimson (#d71d3c), web orange (#f5a300), meteorite (#3b1b6f), tory blue (#0d5b9c) and marzipan (#f7e1a1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with80s, Red, Yellow, Blue, Purple, Bright, Vibrant, Fun, Retro 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 80s Horror palette

Share this palette to:

💻 80s Horror color palette CSS

/* CSS */
.color-1 {
color: #d71d3c;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #3b1b6f;
}
.color-4 {
color: #0d5b9c;
}
.color-5 {
color: #f7e1a1;
}

/* CSS Variables */
:root {
--color-1: #d71d3c;
--color-2: #f5a300;
--color-3: #3b1b6f;
--color-4: #0d5b9c;
--color-5: #f7e1a1;
}

🌈 80s Horror background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d71d3c, #f5a300, #3b1b6f, #0d5b9c, #f7e1a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d71d3c, #f5a300, #3b1b6f, #0d5b9c, #f7e1a1);
}

80s Horror color palette created on .