Paleta de colores Urban Vibes
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Urban Vibes palette
CSS de la paleta de colores Urban Vibes
/* 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;
}
CSS del degradado de fondo Urban Vibes
/* 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);
}
Paletas de colores similares
Urban Vibes color palette created on .