Paleta de colores Urban Grind
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Urban Grind palette
CSS de la paleta de colores Urban Grind
/* CSS */
.color-1 {
color: #6a5bcd;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #3cb472;
}
.color-5 {
color: #ff4400;
}
/* CSS Variables */
:root {
--color-1: #6a5bcd;
--color-2: #ff6e61;
--color-3: #ffd900;
--color-4: #3cb472;
--color-5: #ff4400;
}
CSS del degradado de fondo Urban Grind
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5bcd, #ff6e61, #ffd900, #3cb472, #ff4400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5bcd, #ff6e61, #ffd900, #3cb472, #ff4400);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 1 paleta de colores Grunge
Urban Grind color palette created on .