Urban Earth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Urban Earth palette
Urban Earth color palette PNG image
Urban Earth color palette CSS
/* 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;
}
Urban Earth background gradient CSS
/* 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);
}
Similar color palettes
Urban Earth color palette created on .