Urban Vibes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Urban Vibes palette
Color Inspiration
Images that showcase this color palette in real designs
Download Urban Vibes Color Palette (PNG)
Urban Vibes color palette CSS
/* CSS */
.color-1 {
color: #4682b4;
}
.color-2 {
color: #305050;
}
.color-3 {
color: #c7eb47;
}
.color-4 {
color: #f2f2f2;
}
.color-5 {
color: #1c1c1c;
}
/* CSS Variables */
:root {
--color-1: #4682b4;
--color-2: #305050;
--color-3: #c7eb47;
--color-4: #f2f2f2;
--color-5: #1c1c1c;
}
Urban Vibes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4682b4, #305050, #c7eb47, #f2f2f2, #1c1c1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4682b4, #305050, #c7eb47, #f2f2f2, #1c1c1c);
}
Similar color palettes
Urban Vibes color palette created on .