Desert Gold Tones Color Palette
Discover the beautiful Desert Gold Tones color palette featuring ronchi (#f1c84b), anzac (#e6a84c), jaffa (#e68c3d), valencia (#d64f3d) and ironstone (#874b3b).
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 Tones palette
๐ป Desert Gold Tones color palette CSS
/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #e6a84c;
}
.color-3 {
color: #e68c3d;
}
.color-4 {
color: #d64f3d;
}
.color-5 {
color: #874b3b;
}
/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #e6a84c;
--color-3: #e68c3d;
--color-4: #d64f3d;
--color-5: #874b3b;
}
๐ Desert Gold Tones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #e6a84c, #e68c3d, #d64f3d, #874b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #e6a84c, #e68c3d, #d64f3d, #874b3b);
}
๐ Explore similar color palettes
Desert Gold Tones color palette created on .