Urban Grayscale Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Urban Grayscale palette
Urban Grayscale color palette PNG image
Urban Grayscale color palette CSS
/* CSS */
.color-1 {
color: #4a4a4a;
}
.color-2 {
color: #6b6b6b;
}
.color-3 {
color: #8c8c8c;
}
.color-4 {
color: #b3b3b3;
}
.color-5 {
color: #e0e0e0;
}
/* CSS Variables */
:root {
--color-1: #4a4a4a;
--color-2: #6b6b6b;
--color-3: #8c8c8c;
--color-4: #b3b3b3;
--color-5: #e0e0e0;
}
Urban Grayscale background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a4a4a, #6b6b6b, #8c8c8c, #b3b3b3, #e0e0e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a4a4a, #6b6b6b, #8c8c8c, #b3b3b3, #e0e0e0);
}
Similar color palettes
Urban Grayscale color palette created on .