Desert Gold Color Palette
Discover the beautiful Desert Gold color palette featuring golden grass (#e1b12d), golden grass (#dfaf2a), hokey pokey (#cf982a), brandy punch (#c58a2b) and luxor gold (#a67b2b).
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: #e1b12d;
}
.color-2 {
color: #dfaf2a;
}
.color-3 {
color: #cf982a;
}
.color-4 {
color: #c58a2b;
}
.color-5 {
color: #a67b2b;
}
/* CSS Variables */
:root {
--color-1: #e1b12d;
--color-2: #dfaf2a;
--color-3: #cf982a;
--color-4: #c58a2b;
--color-5: #a67b2b;
}
๐ Desert Gold background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1b12d, #dfaf2a, #cf982a, #c58a2b, #a67b2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1b12d, #dfaf2a, #cf982a, #c58a2b, #a67b2b);
}
๐ Explore similar color palettes
Desert Gold color palette created on .