Urban Oasis Color Palette

Discover the beautiful Urban Oasis color palette featuring black (#000000), fruit salad (#4fa169), steel gray (#1e1d2a), caper (#d3e8b0) and alto (#e0e0e0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Gray, Green, Light, Modern, Nature, Soft, Vibrant, Warm 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 Oasis palette

Share this palette to:

💻 Urban Oasis color palette CSS

/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #4fa169;
}
.color-3 {
color: #1e1d2a;
}
.color-4 {
color: #d3e8b0;
}
.color-5 {
color: #e0e0e0;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #4fa169;
--color-3: #1e1d2a;
--color-4: #d3e8b0;
--color-5: #e0e0e0;
}

🌈 Urban Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #4fa169, #1e1d2a, #d3e8b0, #e0e0e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #4fa169, #1e1d2a, #d3e8b0, #e0e0e0);
}

Urban Oasis color palette created on .