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: #5c3b28;
}
.color-2 {
color: #a55e4a;
}
.color-3 {
color: #d19b6b;
}
.color-4 {
color: #e9caa5;
}
.color-5 {
color: #f8e4d3;
}

/* CSS Variables */
:root {
--color-1: #5c3b28;
--color-2: #a55e4a;
--color-3: #d19b6b;
--color-4: #e9caa5;
--color-5: #f8e4d3;
}

Brown Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3b28, #a55e4a, #d19b6b, #e9caa5, #f8e4d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3b28, #a55e4a, #d19b6b, #e9caa5, #f8e4d3);
}

Brown Earth color palette created on .