Brown Desert Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Desert palette

Share this palette to:

Brown Desert color palette CSS

/* CSS */
.color-1 {
color: #d1b07a;
}
.color-2 {
color: #8f6f4d;
}
.color-3 {
color: #5b4939;
}
.color-4 {
color: #4a2b2d;
}
.color-5 {
color: #3b2a50;
}

/* CSS Variables */
:root {
--color-1: #d1b07a;
--color-2: #8f6f4d;
--color-3: #5b4939;
--color-4: #4a2b2d;
--color-5: #3b2a50;
}

Brown Desert background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1b07a, #8f6f4d, #5b4939, #4a2b2d, #3b2a50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1b07a, #8f6f4d, #5b4939, #4a2b2d, #3b2a50);
}

Brown Desert color palette created on .