Desert Sunset Color Palette
Discover the beautiful Desert Sunset color palette featuring desert (#ac5f20), di serria (#d6a64c), new orleans (#f1d8a2), tacao (#ebb07f) and tuscany (#c5592b).
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 Sunset palette
๐ป Desert Sunset color palette CSS
/* CSS */
.color-1 {
color: #ac5f20;
}
.color-2 {
color: #d6a64c;
}
.color-3 {
color: #f1d8a2;
}
.color-4 {
color: #ebb07f;
}
.color-5 {
color: #c5592b;
}
/* CSS Variables */
:root {
--color-1: #ac5f20;
--color-2: #d6a64c;
--color-3: #f1d8a2;
--color-4: #ebb07f;
--color-5: #c5592b;
} ๐ Desert Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ac5f20, #d6a64c, #f1d8a2, #ebb07f, #c5592b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ac5f20, #d6a64c, #f1d8a2, #ebb07f, #c5592b);
} ๐ Explore similar color palettes
Desert Sunset color palette created on .