Urban Grayscale Color Palette
Discover the beautiful Urban Grayscale color palette featuring wild sand (#f7f7f7), alto (#d1d1d1), tundora (#4a4a4a), charade (#2e2e38) and silver chalice (#a6a6a6).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withDark, Gray, Light, Minimalist, Modern, Monochromatic, Neutral, 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 Grayscale palette
💻 Urban Grayscale color palette CSS
/* CSS */
.color-1 {
color: #f7f7f7;
}
.color-2 {
color: #d1d1d1;
}
.color-3 {
color: #4a4a4a;
}
.color-4 {
color: #2e2e38;
}
.color-5 {
color: #a6a6a6;
}
/* CSS Variables */
:root {
--color-1: #f7f7f7;
--color-2: #d1d1d1;
--color-3: #4a4a4a;
--color-4: #2e2e38;
--color-5: #a6a6a6;
} 🌈 Urban Grayscale background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7f7f7, #d1d1d1, #4a4a4a, #2e2e38, #a6a6a6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7f7f7, #d1d1d1, #4a4a4a, #2e2e38, #a6a6a6);
} 🔗 Explore similar color palettes
Urban Grayscale color palette created on .