Desert Dawn Color Palette

Discover the beautiful Desert Dawn color palette featuring harvest gold (#e1af7a), raw sienna (#d58c48), copper (#c76a38), paarl (#a95328) and walnut (#7b3d19).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDesert, Earthy, Warm, Orange, Brown 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 Dawn palette

Share this palette to:

💻 Desert Dawn color palette CSS

/* CSS */
.color-1 {
color: #e1af7a;
}
.color-2 {
color: #d58c48;
}
.color-3 {
color: #c76a38;
}
.color-4 {
color: #a95328;
}
.color-5 {
color: #7b3d19;
}

/* CSS Variables */
:root {
--color-1: #e1af7a;
--color-2: #d58c48;
--color-3: #c76a38;
--color-4: #a95328;
--color-5: #7b3d19;
}

🌈 Desert Dawn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1af7a, #d58c48, #c76a38, #a95328, #7b3d19);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1af7a, #d58c48, #c76a38, #a95328, #7b3d19);
}

Desert Dawn color palette created on .