Desert Sunset Color Palette
Discover the beautiful Desert Sunset color palette featuring piper (#d65c24), casablanca (#f5c447), sushi (#7d9c40), calypso (#3b6d9b) and cadillac (#a9476c).
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: #d65c24;
}
.color-2 {
color: #f5c447;
}
.color-3 {
color: #7d9c40;
}
.color-4 {
color: #3b6d9b;
}
.color-5 {
color: #a9476c;
}
/* CSS Variables */
:root {
--color-1: #d65c24;
--color-2: #f5c447;
--color-3: #7d9c40;
--color-4: #3b6d9b;
--color-5: #a9476c;
}
🌈 Desert Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d65c24, #f5c447, #7d9c40, #3b6d9b, #a9476c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d65c24, #f5c447, #7d9c40, #3b6d9b, #a9476c);
}
🔗 Explore similar color palettes
Desert Sunset color palette created on .