Desert Dream Color Palette

Discover the beautiful Desert Dream color palette featuring cashmere (#e2c0a6), tan (#d4a78c), husk (#bfa45f), tussock (#c89b46) and fuzzy wuzzy brown (#c26c4c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Bright, Desert, Earthy, Light, Nature, Neutral, Summer, 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 Dream palette

Share this palette to:

💻 Desert Dream color palette CSS

/* CSS */
.color-1 {
color: #e2c0a6;
}
.color-2 {
color: #d4a78c;
}
.color-3 {
color: #bfa45f;
}
.color-4 {
color: #c89b46;
}
.color-5 {
color: #c26c4c;
}

/* CSS Variables */
:root {
--color-1: #e2c0a6;
--color-2: #d4a78c;
--color-3: #bfa45f;
--color-4: #c89b46;
--color-5: #c26c4c;
}

🌈 Desert Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2c0a6, #d4a78c, #bfa45f, #c89b46, #c26c4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2c0a6, #d4a78c, #bfa45f, #c89b46, #c26c4c);
}

Desert Dream color palette created on .