Desert Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Desert Dream palette

Share this palette to:

Desert Dream color palette PNG image

Download desert dream color palette PNG image (landscape)
Download desert dream color palette PNG image (square)

Desert Dream color palette CSS

/* CSS */
.color-1 {
color: #e2c0a6;
}
.color-2 {
color: #d4a68c;
}
.color-3 {
color: #bfa45f;
}
.color-4 {
color: #c89b46;
}
.color-5 {
color: #c26c4c;
}

/* CSS Variables */
:root {
--color-1: #e2c0a6;
--color-2: #d4a68c;
--color-3: #bfa45f;
--color-4: #c89b46;
--color-5: #c26c4c;
}

Desert Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2c0a6, #d4a68c, #bfa45f, #c89b46, #c26c4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2c0a6, #d4a68c, #bfa45f, #c89b46, #c26c4c);
}

Desert Dream color palette created on .