Desert Dunes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Desert Dunes palette

Share this palette to:

Desert Dunes color palette CSS

/* CSS */
.color-1 {
color: #dac5a0;
}
.color-2 {
color: #f5e0a3;
}
.color-3 {
color: #f4c557;
}
.color-4 {
color: #e7b340;
}
.color-5 {
color: #d68d2e;
}

/* CSS Variables */
:root {
--color-1: #dac5a0;
--color-2: #f5e0a3;
--color-3: #f4c557;
--color-4: #e7b340;
--color-5: #d68d2e;
}

Desert Dunes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dac5a0, #f5e0a3, #f4c557, #e7b340, #d68d2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dac5a0, #f5e0a3, #f4c557, #e7b340, #d68d2e);
}

Desert Dunes color palette created on .