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: #ffad42;
}
.color-2 {
color: #ff7142;
}
.color-3 {
color: #ff4d4f;
}
.color-4 {
color: #da1b61;
}
.color-5 {
color: #681b98;
}

/* CSS Variables */
:root {
--color-1: #ffad42;
--color-2: #ff7142;
--color-3: #ff4d4f;
--color-4: #da1b61;
--color-5: #681b98;
}

Desert Mirage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffad42, #ff7142, #ff4d4f, #da1b61, #681b98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffad42, #ff7142, #ff4d4f, #da1b61, #681b98);
}

Desert Mirage color palette created on .