Urban Shadows Color Palette
Discover the beautiful Urban Shadows color palette featuring iron (#dfdfe1), manatee (#98989a), mid gray (#626264), ship gray (#3e3e41) and shark (#27282b).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withMinimalist, Elegant, Modern 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 Shadows palette
💻 Urban Shadows color palette CSS
/* CSS */
.color-1 {
color: #dfdfe1;
}
.color-2 {
color: #98989a;
}
.color-3 {
color: #626264;
}
.color-4 {
color: #3e3e41;
}
.color-5 {
color: #27282b;
}
/* CSS Variables */
:root {
--color-1: #dfdfe1;
--color-2: #98989a;
--color-3: #626264;
--color-4: #3e3e41;
--color-5: #27282b;
}
🌈 Urban Shadows background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfdfe1, #98989a, #626264, #3e3e41, #27282b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfdfe1, #98989a, #626264, #3e3e41, #27282b);
}
🔗 Explore similar color palettes
Urban Shadows color palette created on .