Urban Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Urban Oasis palette
Color Inspiration
Images that showcase this color palette in real designs
Download Urban Oasis Color Palette (PNG)
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);
}
Similar color palettes
Urban Oasis color palette created on .