Desert Sunset Color Palette
Discover the beautiful Desert Sunset color palette featuring casablanca (#f8b954), marzipan (#f9dba4), macaroni and cheese (#fbbf7e), tree poppy (#f78d1d) and brandy punch (#d67d29).
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: #f8b954;
}
.color-2 {
color: #f9dba4;
}
.color-3 {
color: #fbbf7e;
}
.color-4 {
color: #f78d1d;
}
.color-5 {
color: #d67d29;
}
/* CSS Variables */
:root {
--color-1: #f8b954;
--color-2: #f9dba4;
--color-3: #fbbf7e;
--color-4: #f78d1d;
--color-5: #d67d29;
} ๐ Desert Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8b954, #f9dba4, #fbbf7e, #f78d1d, #d67d29);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8b954, #f9dba4, #fbbf7e, #f78d1d, #d67d29);
} ๐ Explore similar color palettes
Desert Sunset color palette created on .