Earthy Brown Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Earthy Brown palette
Earthy Brown color palette CSS
/* CSS */
.color-1 {
color: #8c5a2b;
}
.color-2 {
color: #9f512d;
}
.color-3 {
color: #d3b58d;
}
.color-4 {
color: #f5fffa;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #8c5a2b;
--color-2: #9f512d;
--color-3: #d3b58d;
--color-4: #f5fffa;
--color-5: #ffffff;
}
Earthy Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c5a2b, #9f512d, #d3b58d, #f5fffa, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c5a2b, #9f512d, #d3b58d, #f5fffa, #ffffff);
}
Similar color palettes
Scroll down to explore 300+ Earthy color palettes
Earthy Brown color palette created on .