Desert Dunes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Desert Dunes palette
Desert Dunes color palette CSS
/* CSS */
.color-1 {
color: #eae5d2;
}
.color-2 {
color: #d6cda8;
}
.color-3 {
color: #c2b48e;
}
.color-4 {
color: #a68d6e;
}
.color-5 {
color: #8c6e54;
}
/* CSS Variables */
:root {
--color-1: #eae5d2;
--color-2: #d6cda8;
--color-3: #c2b48e;
--color-4: #a68d6e;
--color-5: #8c6e54;
}
Desert Dunes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eae5d2, #d6cda8, #c2b48e, #a68d6e, #8c6e54);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eae5d2, #d6cda8, #c2b48e, #a68d6e, #8c6e54);
}
Similar color palettes
- Brown Milky Way
- Brown Almond Cookie
- Whispered Creams
- Desert Mirage
- Shades of Pink
- Chateau Whispers
- Cozy Brown
- Whispers of Springtime Pages
- Creamy Delights
- Vanilla Dreamscape
- Brown Tones
- Minimalist Aesthetic
- Minimalist Aesthetic
- Orange Cake
- Beige Cookie
- Vanilla Dreamscape
- Celestial Confectionery
- Celestial Confectionery
Desert Dunes color palette created on .