Desert Dreams Color Palette
Discover the beautiful Desert Dreams color palette featuring indian khaki (#c5b18c), cape palliser (#a1704a), straw (#d7c98e), tacao (#efaf7b) and cashmere (#e3b0a0).
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 Dreams palette
💻 Desert Dreams color palette CSS
/* CSS */
.color-1 {
color: #c5b18c;
}
.color-2 {
color: #a1704a;
}
.color-3 {
color: #d7c98e;
}
.color-4 {
color: #efaf7b;
}
.color-5 {
color: #e3b0a0;
}
/* CSS Variables */
:root {
--color-1: #c5b18c;
--color-2: #a1704a;
--color-3: #d7c98e;
--color-4: #efaf7b;
--color-5: #e3b0a0;
} 🌈 Desert Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c5b18c, #a1704a, #d7c98e, #efaf7b, #e3b0a0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c5b18c, #a1704a, #d7c98e, #efaf7b, #e3b0a0);
} 🔗 Explore similar color palettes
Desert Dreams color palette created on .