90s Horror Nostalgia Color Palette
Discover the beautiful 90s Horror Nostalgia color palette featuring tamarillo (#a21a1a), cocoa bean (#501b1b), mandalay (#b68a1b), parsley (#1b501b) and nile blue (#1b3d50).
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 90s Horror Nostalgia palette
💻 90s Horror Nostalgia color palette CSS
/* CSS */
.color-1 {
color: #a21a1a;
}
.color-2 {
color: #501b1b;
}
.color-3 {
color: #b68a1b;
}
.color-4 {
color: #1b501b;
}
.color-5 {
color: #1b3d50;
}
/* CSS Variables */
:root {
--color-1: #a21a1a;
--color-2: #501b1b;
--color-3: #b68a1b;
--color-4: #1b501b;
--color-5: #1b3d50;
} 🌈 90s Horror Nostalgia background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a21a1a, #501b1b, #b68a1b, #1b501b, #1b3d50);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a21a1a, #501b1b, #b68a1b, #1b501b, #1b3d50);
} 🔗 Explore similar color palettes
90s Horror Nostalgia color palette created on .