Desert Mirage Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Desert Mirage palette

Share this palette to:

Download Desert Mirage Color Palette (PNG)

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

Desert Mirage color palette CSS

/* CSS */
.color-1 {
color: #d1a26b;
}
.color-2 {
color: #e9b87c;
}
.color-3 {
color: #f5c199;
}
.color-4 {
color: #f6d7b6;
}
.color-5 {
color: #f3e2ce;
}

/* CSS Variables */
:root {
--color-1: #d1a26b;
--color-2: #e9b87c;
--color-3: #f5c199;
--color-4: #f6d7b6;
--color-5: #f3e2ce;
}

Desert Mirage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1a26b, #e9b87c, #f5c199, #f6d7b6, #f3e2ce);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1a26b, #e9b87c, #f5c199, #f6d7b6, #f3e2ce);
}

Similar color palettes

Desert Mirage color palette created on .