Desert Raiders Color Palette
Discover the beautiful Desert Raiders color palette featuring equator (#e3b263), raw sienna (#d6913d), crail (#c25c3d), ironstone (#8d4c3f) and buccaneer (#582c28).
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 Raiders palette
๐ป Desert Raiders color palette CSS
/* CSS */
.color-1 {
color: #e3b263;
}
.color-2 {
color: #d6913d;
}
.color-3 {
color: #c25c3d;
}
.color-4 {
color: #8d4c3f;
}
.color-5 {
color: #582c28;
}
/* CSS Variables */
:root {
--color-1: #e3b263;
--color-2: #d6913d;
--color-3: #c25c3d;
--color-4: #8d4c3f;
--color-5: #582c28;
} ๐ Desert Raiders background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b263, #d6913d, #c25c3d, #8d4c3f, #582c28);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b263, #d6913d, #c25c3d, #8d4c3f, #582c28);
} ๐ Explore similar color palettes
Desert Raiders color palette created on .