Urban Vibes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Urban Vibes palette

Share this palette to:

Urban Vibes color palette CSS

/* CSS */
.color-1 {
color: #1b1b1d;
}
.color-2 {
color: #3e3e42;
}
.color-3 {
color: #5d5d65;
}
.color-4 {
color: #f1c40e;
}
.color-5 {
color: #e74d3c;
}

/* CSS Variables */
:root {
--color-1: #1b1b1d;
--color-2: #3e3e42;
--color-3: #5d5d65;
--color-4: #f1c40e;
--color-5: #e74d3c;
}

Urban Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1b1d, #3e3e42, #5d5d65, #f1c40e, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1b1d, #3e3e42, #5d5d65, #f1c40e, #e74d3c);
}

Urban Vibes color palette created on .