Desert Gold Color Palette
Discover the beautiful Desert Gold color palette featuring tumbleweed (#d8b779), pancho (#e9cda5), dairy cream (#f8e2b9), casablanca (#f6b44c) and brandy punch (#d68a2e).
Brightness
Saturation
Warmth
๐ก 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 Gold palette
๐ป Desert Gold color palette CSS
/* CSS */
.color-1 {
color: #d8b779;
}
.color-2 {
color: #e9cda5;
}
.color-3 {
color: #f8e2b9;
}
.color-4 {
color: #f6b44c;
}
.color-5 {
color: #d68a2e;
}
/* CSS Variables */
:root {
--color-1: #d8b779;
--color-2: #e9cda5;
--color-3: #f8e2b9;
--color-4: #f6b44c;
--color-5: #d68a2e;
} ๐ Desert Gold background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8b779, #e9cda5, #f8e2b9, #f6b44c, #d68a2e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8b779, #e9cda5, #f8e2b9, #f6b44c, #d68a2e);
} ๐ Explore similar color palettes
Desert Gold color palette created on .