80s Noir Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with 80s Noir palette
80s Noir color palette PNG image
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);
}
Similar color palettes
80s Noir color palette created on .