Desert Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Desert Dreamscape palette

Share this palette to:

Desert Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #f2e6b1;
}
.color-2 {
color: #d9cba0;
}
.color-3 {
color: #c1b59f;
}
.color-4 {
color: #a8a08f;
}
.color-5 {
color: #8b7a6f;
}

/* CSS Variables */
:root {
--color-1: #f2e6b1;
--color-2: #d9cba0;
--color-3: #c1b59f;
--color-4: #a8a08f;
--color-5: #8b7a6f;
}

Desert Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e6b1, #d9cba0, #c1b59f, #a8a08f, #8b7a6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e6b1, #d9cba0, #c1b59f, #a8a08f, #8b7a6f);
}

Desert Dreamscape color palette created on .