80s Noir Color Palette
Discover the beautiful 80s Noir color palette featuring shark (#1a1a1e), ship gray (#3e3e41), mid gray (#6b6b70), santas gray (#a0a0b0) and mischka (#d4d4d9).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBlack, Gray, Retro, 80s, Dark, Minimalist, Elegant, Monochromatic, High Contrast 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 Noir palette
💻 80s Noir color palette CSS
/* CSS */
.color-1 {
color: #1a1a1e;
}
.color-2 {
color: #3e3e41;
}
.color-3 {
color: #6b6b70;
}
.color-4 {
color: #a0a0b0;
}
.color-5 {
color: #d4d4d9;
}
/* CSS Variables */
:root {
--color-1: #1a1a1e;
--color-2: #3e3e41;
--color-3: #6b6b70;
--color-4: #a0a0b0;
--color-5: #d4d4d9;
}
🌈 80s Noir background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a1e, #3e3e41, #6b6b70, #a0a0b0, #d4d4d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a1e, #3e3e41, #6b6b70, #a0a0b0, #d4d4d9);
}
🔗 Explore similar color palettes
80s Noir color palette created on .