Desert Mirage Color Palette
Discover the beautiful Desert Mirage color palette featuring porsche (#e4a35e), raw sienna (#d18c3d), copper (#c57a30), marigold (#b17b25) and rope (#8d5a1b).
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: #e4a35e;
}
.color-2 {
color: #d18c3d;
}
.color-3 {
color: #c57a30;
}
.color-4 {
color: #b17b25;
}
.color-5 {
color: #8d5a1b;
}
/* CSS Variables */
:root {
--color-1: #e4a35e;
--color-2: #d18c3d;
--color-3: #c57a30;
--color-4: #b17b25;
--color-5: #8d5a1b;
} ๐ Desert Mirage background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4a35e, #d18c3d, #c57a30, #b17b25, #8d5a1b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4a35e, #d18c3d, #c57a30, #b17b25, #8d5a1b);
} ๐ Explore similar color palettes
Desert Mirage color palette created on .