Desert Mirage Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Desert Mirage palette
Desert Mirage color palette CSS
/* CSS */
.color-1 {
color: #e2cfa6;
}
.color-2 {
color: #d5b67b;
}
.color-3 {
color: #cbaf62;
}
.color-4 {
color: #a88b4d;
}
.color-5 {
color: #8d7135;
}
/* CSS Variables */
:root {
--color-1: #e2cfa6;
--color-2: #d5b67b;
--color-3: #cbaf62;
--color-4: #a88b4d;
--color-5: #8d7135;
}
Desert Mirage background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2cfa6, #d5b67b, #cbaf62, #a88b4d, #8d7135);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2cfa6, #d5b67b, #cbaf62, #a88b4d, #8d7135);
}
Similar color palettes
Desert Mirage color palette created on .