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

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Autumn, Earthy, Orange, Warm 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 Mirage palette

Share this palette to:

๐Ÿ’ป 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);
}

Desert Mirage color palette created on .