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: #f0e78e;
}
.color-2 {
color: #d9c87d;
}
.color-3 {
color: #b8a76b;
}
.color-4 {
color: #a67c4e;
}
.color-5 {
color: #7d5c3b;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #d9c87d;
--color-3: #b8a76b;
--color-4: #a67c4e;
--color-5: #7d5c3b;
}

Desert Dunes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #d9c87d, #b8a76b, #a67c4e, #7d5c3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #d9c87d, #b8a76b, #a67c4e, #7d5c3b);
}

Desert Dunes color palette created on .