Urban Shadows Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Urban Shadows palette
Urban Shadows color palette CSS
/* CSS */
.color-1 {
color: #cfcfcf;
}
.color-2 {
color: #5e6164;
}
.color-3 {
color: #828282;
}
.color-4 {
color: #232324;
}
.color-5 {
color: #3c4148;
}
/* CSS Variables */
:root {
--color-1: #cfcfcf;
--color-2: #5e6164;
--color-3: #828282;
--color-4: #232324;
--color-5: #3c4148;
}
Urban Shadows background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cfcfcf, #5e6164, #828282, #232324, #3c4148);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cfcfcf, #5e6164, #828282, #232324, #3c4148);
}
Similar color palettes
Scroll down to explore 200+ Gray color palettes
Urban Shadows color palette created on .