Urban Earth Color Palette

Discover the beautiful Urban Earth color palette featuring matterhorn (#4f3c3b), cameo (#d8b99c), siam (#5c5f4f), tundora (#474747) and mine shaft (#292929).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Brown, Dark, Deep, Earthy, Gray, Green, Modern color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Urban Earth palette

Share this palette to:

💻 Urban Earth color palette CSS

/* CSS */
.color-1 {
color: #4f3c3b;
}
.color-2 {
color: #d8b99c;
}
.color-3 {
color: #5c5f4f;
}
.color-4 {
color: #474747;
}
.color-5 {
color: #292929;
}

/* CSS Variables */
:root {
--color-1: #4f3c3b;
--color-2: #d8b99c;
--color-3: #5c5f4f;
--color-4: #474747;
--color-5: #292929;
}

🌈 Urban Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f3c3b, #d8b99c, #5c5f4f, #474747, #292929);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f3c3b, #d8b99c, #5c5f4f, #474747, #292929);
}

Urban Earth color palette created on .