Urban Oasis Color Palette
Discover the beautiful Urban Oasis color palette featuring astral (#3a8e9c), maize (#f7d9a6), harvest gold (#e4b97c), raw sienna (#d67d3d) and ironstone (#7c4d3c).
Brightness
Saturation
Warmth
💡 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
💻 Urban Oasis color palette CSS
/* CSS */
.color-1 {
color: #3a8e9c;
}
.color-2 {
color: #f7d9a6;
}
.color-3 {
color: #e4b97c;
}
.color-4 {
color: #d67d3d;
}
.color-5 {
color: #7c4d3c;
}
/* CSS Variables */
:root {
--color-1: #3a8e9c;
--color-2: #f7d9a6;
--color-3: #e4b97c;
--color-4: #d67d3d;
--color-5: #7c4d3c;
} 🌈 Urban Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a8e9c, #f7d9a6, #e4b97c, #d67d3d, #7c4d3c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a8e9c, #f7d9a6, #e4b97c, #d67d3d, #7c4d3c);
} 🔗 Explore similar color palettes
Urban Oasis color palette created on .