Urban Dystopia Color Palette
Discover the beautiful Urban Dystopia color palette featuring bright gray (#3b3e4e), shuttle gray (#5b616b), oslo gray (#818892), green spring (#c3c9c0) and shilo (#e4a5a8).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with90s, Cold, Dystopian, Female, Utilitarian, European, Gray, Pink, Soft 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 Urban Dystopia palette
💻 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);
}
🔗 Explore similar color palettes
Urban Dystopia color palette created on .