Desert Rose Color Palette

Discover the beautiful Desert Rose color palette featuring whiskey (#d3a76f), antique brass (#c17b5c), coral tree (#a45b68), fuzzy wuzzy brown (#c34b67) and cashmere (#e8b4a1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Coral, Cream, Desert, Earthy, Pink, Soft, Vibrant, 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 Rose palette

Share this palette to:

💻 Desert Rose color palette CSS

/* CSS */
.color-1 {
color: #d3a76f;
}
.color-2 {
color: #c17b5c;
}
.color-3 {
color: #a45b68;
}
.color-4 {
color: #c34b67;
}
.color-5 {
color: #e8b4a1;
}

/* CSS Variables */
:root {
--color-1: #d3a76f;
--color-2: #c17b5c;
--color-3: #a45b68;
--color-4: #c34b67;
--color-5: #e8b4a1;
}

🌈 Desert Rose background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3a76f, #c17b5c, #a45b68, #c34b67, #e8b4a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3a76f, #c17b5c, #a45b68, #c34b67, #e8b4a1);
}

Desert Rose color palette created on .