Desert Sunrise Color Palette

Discover the beautiful Desert Sunrise color palette featuring pavlova (#d4c29b), sundance (#c6a65d), copper (#b78d38), desert (#a86d24) and dallas (#6a4a29).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDesert, Beige, Warm, Earthy, Yellow, Brown, Light Autumn, Soft, Warm Summer 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 Sunrise palette

Share this palette to:

💻 Desert Sunrise color palette CSS

/* CSS */
.color-1 {
color: #d4c29b;
}
.color-2 {
color: #c6a65d;
}
.color-3 {
color: #b78d38;
}
.color-4 {
color: #a86d24;
}
.color-5 {
color: #6a4a29;
}

/* CSS Variables */
:root {
--color-1: #d4c29b;
--color-2: #c6a65d;
--color-3: #b78d38;
--color-4: #a86d24;
--color-5: #6a4a29;
}

🌈 Desert Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4c29b, #c6a65d, #b78d38, #a86d24, #6a4a29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4c29b, #c6a65d, #b78d38, #a86d24, #6a4a29);
}

Desert Sunrise color palette created on .