Desert Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Desert Oasis palette
Color Inspiration
Images that showcase this color palette in real designs
Download Desert Oasis Color Palette (PNG)
Desert Oasis color palette CSS
/* CSS */
.color-1 {
color: #e5b55d;
}
.color-2 {
color: #c6d48c;
}
.color-3 {
color: #9fc6c4;
}
.color-4 {
color: #4a8c8a;
}
.color-5 {
color: #3a5a3e;
}
/* CSS Variables */
:root {
--color-1: #e5b55d;
--color-2: #c6d48c;
--color-3: #9fc6c4;
--color-4: #4a8c8a;
--color-5: #3a5a3e;
}
Desert Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5b55d, #c6d48c, #9fc6c4, #4a8c8a, #3a5a3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5b55d, #c6d48c, #9fc6c4, #4a8c8a, #3a5a3e);
}
Similar color palettes
Desert Oasis color palette created on .