Desert Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Desert Sunrise palette
Color Inspiration
Images that showcase this color palette in real designs
Download Desert Sunrise Color Palette (PNG)
Desert Sunrise color palette CSS
/* CSS */
.color-1 {
color: #f0db7f;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #e29f3c;
}
.color-4 {
color: #c87a2d;
}
.color-5 {
color: #a25a1a;
}
/* CSS Variables */
:root {
--color-1: #f0db7f;
--color-2: #f1c84b;
--color-3: #e29f3c;
--color-4: #c87a2d;
--color-5: #a25a1a;
}
Desert Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0db7f, #f1c84b, #e29f3c, #c87a2d, #a25a1a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0db7f, #f1c84b, #e29f3c, #c87a2d, #a25a1a);
}
Similar color palettes
Scroll down to explore 40+ Beach color palettes
Desert Sunrise color palette created on .