Desert Sunset Color Palette

Discover the beautiful Desert Sunset color palette featuring nutmeg (#7a3a29), paarl (#9f512d), raw sienna (#d1654d), burnt sienna (#e97c5d) and mojo (#c84a3c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDesert, Red, 60s, Auburn, Bright, Warm, Earthy, Vintage, Orange 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 Sunset palette

Share this palette to:

💻 Desert Sunset color palette CSS

/* CSS */
.color-1 {
color: #7a3a29;
}
.color-2 {
color: #9f512d;
}
.color-3 {
color: #d1654d;
}
.color-4 {
color: #e97c5d;
}
.color-5 {
color: #c84a3c;
}

/* CSS Variables */
:root {
--color-1: #7a3a29;
--color-2: #9f512d;
--color-3: #d1654d;
--color-4: #e97c5d;
--color-5: #c84a3c;
}

🌈 Desert Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a3a29, #9f512d, #d1654d, #e97c5d, #c84a3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a3a29, #9f512d, #d1654d, #e97c5d, #c84a3c);
}

Desert Sunset color palette created on .