Desert Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Desert Sunrise palette

Share this palette to:

Download Desert Sunrise Color Palette (PNG)

Download desert sunrise color palette PNG image (landscape)
Download desert sunrise color palette PNG image (square)

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);
}

Desert Sunrise color palette created on .