Desert Sunlit Oasis Color Palette
Discover the beautiful Desert Sunlit Oasis color palette featuring cashmere (#e5c49e), whiskey (#d5a86d), husk (#bfaf5f), roti (#aeae3d) and sycamore (#8c7b3b).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
💡 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 Sunlit Oasis palette
💻 Desert Sunlit Oasis color palette CSS
/* CSS */
.color-1 {
color: #e5c49e;
}
.color-2 {
color: #d5a86d;
}
.color-3 {
color: #bfaf5f;
}
.color-4 {
color: #aeae3d;
}
.color-5 {
color: #8c7b3b;
}
/* CSS Variables */
:root {
--color-1: #e5c49e;
--color-2: #d5a86d;
--color-3: #bfaf5f;
--color-4: #aeae3d;
--color-5: #8c7b3b;
} 🌈 Desert Sunlit Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5c49e, #d5a86d, #bfaf5f, #aeae3d, #8c7b3b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5c49e, #d5a86d, #bfaf5f, #aeae3d, #8c7b3b);
} Desert Sunlit Oasis color palette created on .