Desert Oasis Color Palette
Discover the beautiful Desert Oasis color palette featuring equator (#e5b55d), deco (#c6d48c), shadow green (#9fc6c4), smalt blue (#4a8c8a) and tom thumb (#3a5a3e).
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 Desert Oasis palette
💻 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);
}
🔗 Explore similar color palettes
Desert Oasis color palette created on .