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: #e3cba1;
}
.color-2 {
color: #c8a55b;
}
.color-3 {
color: #ae692d;
}
.color-4 {
color: #90511d;
}
.color-5 {
color: #5d3814;
}

/* CSS Variables */
:root {
--color-1: #e3cba1;
--color-2: #c8a55b;
--color-3: #ae692d;
--color-4: #90511d;
--color-5: #5d3814;
}

Desert Mirage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3cba1, #c8a55b, #ae692d, #90511d, #5d3814);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3cba1, #c8a55b, #ae692d, #90511d, #5d3814);
}

Desert Mirage color palette created on .