Urban Dystopia Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Urban Dystopia palette
Color Inspiration
Images that showcase this color palette in real designs
Download Urban Dystopia Color Palette (PNG)
Urban Dystopia color palette CSS
/* CSS */
.color-1 {
color: #3b3e4e;
}
.color-2 {
color: #5b616b;
}
.color-3 {
color: #818892;
}
.color-4 {
color: #c3c9c0;
}
.color-5 {
color: #e4a5a8;
}
/* CSS Variables */
:root {
--color-1: #3b3e4e;
--color-2: #5b616b;
--color-3: #818892;
--color-4: #c3c9c0;
--color-5: #e4a5a8;
}
Urban Dystopia background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b3e4e, #5b616b, #818892, #c3c9c0, #e4a5a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b3e4e, #5b616b, #818892, #c3c9c0, #e4a5a8);
}
Similar color palettes
Scroll down to explore 1000+ 90s color palettes
Urban Dystopia color palette created on .