Discover the beautiful Sands of Desolation color palette featuring laser (#d3b378), copper (#c67b39), paarl (#9f5028), burnt umber (#8e3c29) and irish coffee (#5b2e25).

Sands of Desolation Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Sands of Desolation palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Sands of Desolation palette

Share this palette to:

💻 Sands of Desolation color palette CSS

/* CSS */
.color-1 {
color: #d3b378;
}
.color-2 {
color: #c67b39;
}
.color-3 {
color: #9f5028;
}
.color-4 {
color: #8e3c29;
}
.color-5 {
color: #5b2e25;
}

/* CSS Variables */
:root {
--color-1: #d3b378;
--color-2: #c67b39;
--color-3: #9f5028;
--color-4: #8e3c29;
--color-5: #5b2e25;
}

🌈 Sands of Desolation background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3b378, #c67b39, #9f5028, #8e3c29, #5b2e25);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3b378, #c67b39, #9f5028, #8e3c29, #5b2e25);
}

Sands of Desolation color palette created on .