Desert Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Desert Sunrise palette

Share this palette to:

Desert Sunrise color palette CSS

/* CSS */
.color-1 {
color: #f2e4b0;
}
.color-2 {
color: #f9d09a;
}
.color-3 {
color: #f8b87c;
}
.color-4 {
color: #f5855c;
}
.color-5 {
color: #d7513c;
}

/* CSS Variables */
:root {
--color-1: #f2e4b0;
--color-2: #f9d09a;
--color-3: #f8b87c;
--color-4: #f5855c;
--color-5: #d7513c;
}

Desert Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e4b0, #f9d09a, #f8b87c, #f5855c, #d7513c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e4b0, #f9d09a, #f8b87c, #f5855c, #d7513c);
}

Desert Sunrise color palette created on .