Desert Mirage Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Desert Mirage palette

Share this palette to:

Desert Mirage color palette CSS

/* CSS */
.color-1 {
color: #8c7b6e;
}
.color-2 {
color: #c19b85;
}
.color-3 {
color: #e2d0c5;
}
.color-4 {
color: #f1e1d0;
}
.color-5 {
color: #c74938;
}

/* CSS Variables */
:root {
--color-1: #8c7b6e;
--color-2: #c19b85;
--color-3: #e2d0c5;
--color-4: #f1e1d0;
--color-5: #c74938;
}

Desert Mirage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c7b6e, #c19b85, #e2d0c5, #f1e1d0, #c74938);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c7b6e, #c19b85, #e2d0c5, #f1e1d0, #c74938);
}

Desert Mirage color palette created on .