Paleta de colores Urban Earth
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Urban Earth palette
Imagen PNG de la paleta de colores Urban Earth
CSS de la paleta de colores Urban Earth
/* CSS */
.color-1 {
color: #4e3c3b;
}
.color-2 {
color: #d8b99d;
}
.color-3 {
color: #5c5f4f;
}
.color-4 {
color: #474747;
}
.color-5 {
color: #292929;
}
/* CSS Variables */
:root {
--color-1: #4e3c3b;
--color-2: #d8b99d;
--color-3: #5c5f4f;
--color-4: #474747;
--color-5: #292929;
}
CSS del degradado de fondo Urban Earth
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e3c3b, #d8b99d, #5c5f4f, #474747, #292929);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e3c3b, #d8b99d, #5c5f4f, #474747, #292929);
}
Paletas de colores similares
Urban Earth color palette created on .