Desert Sunset Oasis Color Palette
Discover the beautiful Desert Sunset Oasis color palette featuring vanilla (#d1b39f), cashmere (#e6cba8), viking (#4bc7d8), burnt sienna (#ea6b5d) and moss green (#a7d69f).
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 Sunset Oasis palette
💻 Desert Sunset Oasis color palette CSS
/* CSS */
.color-1 {
color: #d1b39f;
}
.color-2 {
color: #e6cba8;
}
.color-3 {
color: #4bc7d8;
}
.color-4 {
color: #ea6b5d;
}
.color-5 {
color: #a7d69f;
}
/* CSS Variables */
:root {
--color-1: #d1b39f;
--color-2: #e6cba8;
--color-3: #4bc7d8;
--color-4: #ea6b5d;
--color-5: #a7d69f;
}
🌈 Desert Sunset Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1b39f, #e6cba8, #4bc7d8, #ea6b5d, #a7d69f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1b39f, #e6cba8, #4bc7d8, #ea6b5d, #a7d69f);
}
🔗 Explore similar color palettes
Desert Sunset Oasis color palette created on .