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

Share this palette to:

๐Ÿ’ป 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);
}

Desert Sunset color palette created on .