Urban Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Urban Oasis palette
Urban Oasis color palette CSS
/* CSS */
.color-1 {
color: #f3a582;
}
.color-2 {
color: #f7d74b;
}
.color-3 {
color: #8aca86;
}
.color-4 {
color: #4d8f8f;
}
.color-5 {
color: #3d6b99;
}
/* CSS Variables */
:root {
--color-1: #f3a582;
--color-2: #f7d74b;
--color-3: #8aca86;
--color-4: #4d8f8f;
--color-5: #3d6b99;
}
Urban Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a582, #f7d74b, #8aca86, #4d8f8f, #3d6b99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a582, #f7d74b, #8aca86, #4d8f8f, #3d6b99);
}
Similar color palettes
Scroll down to explore 800+ Aesthetic color palettes
Urban Oasis color palette created on .