Desert Mirage Color Palette
Discover the beautiful Desert Mirage color palette featuring cashmere (#e4b5a0), almond (#f1d5c6), akaroa (#d5b7a4), rodeo dust (#c5a89b) and coral tree (#a77a6c).
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 Mirage palette
💻 Desert Mirage color palette CSS
/* CSS */
.color-1 {
color: #e4b5a0;
}
.color-2 {
color: #f1d5c6;
}
.color-3 {
color: #d5b7a4;
}
.color-4 {
color: #c5a89b;
}
.color-5 {
color: #a77a6c;
}
/* CSS Variables */
:root {
--color-1: #e4b5a0;
--color-2: #f1d5c6;
--color-3: #d5b7a4;
--color-4: #c5a89b;
--color-5: #a77a6c;
}
🌈 Desert Mirage background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4b5a0, #f1d5c6, #d5b7a4, #c5a89b, #a77a6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4b5a0, #f1d5c6, #d5b7a4, #c5a89b, #a77a6c);
}
🔗 Explore similar color palettes
Desert Mirage color palette created on .