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: #e0b567;
}
.color-2 {
color: #d5a558;
}
.color-3 {
color: #c8905b;
}
.color-4 {
color: #a66c59;
}
.color-5 {
color: #6a5b4d;
}
/* CSS Variables */
:root {
--color-1: #e0b567;
--color-2: #d5a558;
--color-3: #c8905b;
--color-4: #a66c59;
--color-5: #6a5b4d;
}
Desert Mirage background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0b567, #d5a558, #c8905b, #a66c59, #6a5b4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0b567, #d5a558, #c8905b, #a66c59, #6a5b4d);
}
Similar color palettes
Desert Mirage color palette created on .