Desert Orange Color Palette
Discover the beautiful Desert Orange color palette featuring di serria (#d4a14e), old gold (#d4993a), copper (#c57d30), desert (#b5591c) and korma (#903c0e).
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 Orange palette
๐ป Desert Orange color palette CSS
/* CSS */
.color-1 {
color: #d4a14e;
}
.color-2 {
color: #d4993a;
}
.color-3 {
color: #c57d30;
}
.color-4 {
color: #b5591c;
}
.color-5 {
color: #903c0e;
}
/* CSS Variables */
:root {
--color-1: #d4a14e;
--color-2: #d4993a;
--color-3: #c57d30;
--color-4: #b5591c;
--color-5: #903c0e;
} ๐ Desert Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4a14e, #d4993a, #c57d30, #b5591c, #903c0e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4a14e, #d4993a, #c57d30, #b5591c, #903c0e);
} ๐ Explore similar color palettes
Desert Orange color palette created on .