Paleta de colores Urban Vibes
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Urban Vibes palette
Descargar la paleta de colores Urban Vibes (PNG)
CSS de la paleta de colores Urban Vibes
/* 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;
}
CSS del degradado de fondo Urban Vibes
/* 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);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Azul
Urban Vibes color palette created on .