Urban Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Urban Elegance palette
Urban Elegance color palette PNG image
Urban Elegance color palette CSS
/* CSS */
.color-1 {
color: #1a1a1a;
}
.color-2 {
color: #3b3b3b;
}
.color-3 {
color: #595959;
}
.color-4 {
color: #9e9e9e;
}
.color-5 {
color: #f2f2f2;
}
/* CSS Variables */
:root {
--color-1: #1a1a1a;
--color-2: #3b3b3b;
--color-3: #595959;
--color-4: #9e9e9e;
--color-5: #f2f2f2;
}
Urban Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a1a, #3b3b3b, #595959, #9e9e9e, #f2f2f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a1a, #3b3b3b, #595959, #9e9e9e, #f2f2f2);
}
Similar color palettes
Urban Elegance color palette created on .