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: #e9a5a7;
}
.color-2 {
color: #f6b679;
}
.color-3 {
color: #fce8a1;
}
.color-4 {
color: #a5d9cc;
}
.color-5 {
color: #7a8cff;
}

/* CSS Variables */
:root {
--color-1: #e9a5a7;
--color-2: #f6b679;
--color-3: #fce8a1;
--color-4: #a5d9cc;
--color-5: #7a8cff;
}

Desert Mirage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9a5a7, #f6b679, #fce8a1, #a5d9cc, #7a8cff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9a5a7, #f6b679, #fce8a1, #a5d9cc, #7a8cff);
}

Desert Mirage color palette created on .