Desert Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Desert Sunset palette
Desert Sunset color palette CSS
/* CSS */
.color-1 {
color: #f9d86c;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #e06900;
}
.color-4 {
color: #c74e1a;
}
.color-5 {
color: #9c1c2b;
}
/* CSS Variables */
:root {
--color-1: #f9d86c;
--color-2: #f0a800;
--color-3: #e06900;
--color-4: #c74e1a;
--color-5: #9c1c2b;
}
Desert Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d86c, #f0a800, #e06900, #c74e1a, #9c1c2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d86c, #f0a800, #e06900, #c74e1a, #9c1c2b);
}
Similar color palettes
- Ding Dong Dusk
- Warm Peach
- Earthy Tea
- Shades of Yellow and Red
- Golden Serenade
- Sunset Oasis
- Sunny Orchard Harmony
- Vibrant Pink and Blue
- Pharaoh's Dreamscape
- Golden Egyptian
- Golden Earth
- Academy of Ambition
- Golden Echoes of Ancient Civilizations
- Sunset Serenade
- Whimsical Serenade
- Wheat Shades
- Golden Harvest
- Autumnal Ember
Desert Sunset color palette created on .