Discover the beautiful Desert Sunset color palette featuring sandy brown (#f4a662), coral (#ff8052), yellow orange (#ffb347), peach orange (#ffcc99) and peach (#ffe3b3).
Desert Sunset Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
๐ก 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
Explore how the Desert Sunset palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Desert Sunset palette
๐ป Desert Sunset color palette CSS
/* CSS */
.color-1 {
color: #f4a662;
}
.color-2 {
color: #ff8052;
}
.color-3 {
color: #ffb347;
}
.color-4 {
color: #ffcc99;
}
.color-5 {
color: #ffe3b3;
}
/* CSS Variables */
:root {
--color-1: #f4a662;
--color-2: #ff8052;
--color-3: #ffb347;
--color-4: #ffcc99;
--color-5: #ffe3b3;
}
๐ Desert Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4a662, #ff8052, #ffb347, #ffcc99, #ffe3b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4a662, #ff8052, #ffb347, #ffcc99, #ffe3b3);
}
๐ Explore similar color palettes
Desert Sunset color palette created on .