Brown Earth Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Earth palette

Share this palette to:

Brown Earth color palette CSS

/* CSS */
.color-1 {
color: #5d2304;
}
.color-2 {
color: #795939;
}
.color-3 {
color: #b58c5a;
}
.color-4 {
color: #e1b95b;
}
.color-5 {
color: #f4e3b3;
}

/* CSS Variables */
:root {
--color-1: #5d2304;
--color-2: #795939;
--color-3: #b58c5a;
--color-4: #e1b95b;
--color-5: #f4e3b3;
}

Brown Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d2304, #795939, #b58c5a, #e1b95b, #f4e3b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d2304, #795939, #b58c5a, #e1b95b, #f4e3b3);
}

Brown Earth color palette created on .