Urban Vibes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Urban Vibes palette
Urban Vibes color palette PNG image
Urban Vibes color palette CSS
/* CSS */
.color-1 {
color: #1c1c1c;
}
.color-2 {
color: #424242;
}
.color-3 {
color: #757575;
}
.color-4 {
color: #ff3c00;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #1c1c1c;
--color-2: #424242;
--color-3: #757575;
--color-4: #ff3c00;
--color-5: #ffffff;
}
Urban Vibes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c1c, #424242, #757575, #ff3c00, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c1c, #424242, #757575, #ff3c00, #ffffff);
}
Similar color palettes
Urban Vibes color palette created on .