Loading...
Earthy Brown Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Earthy Brown palette
Download Earthy Brown Color Palette (PNG)
Earthy Brown color palette CSS
/* CSS */
.color-1 {
color: #d0a06c;
}
.color-2 {
color: #bf895a;
}
.color-3 {
color: #a56c4a;
}
.color-4 {
color: #6a4a39;
}
.color-5 {
color: #4b3d2a;
}
/* CSS Variables */
:root {
--color-1: #d0a06c;
--color-2: #bf895a;
--color-3: #a56c4a;
--color-4: #6a4a39;
--color-5: #4b3d2a;
}
Earthy Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0a06c, #bf895a, #a56c4a, #6a4a39, #4b3d2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0a06c, #bf895a, #a56c4a, #6a4a39, #4b3d2a);
}
Similar color palettes
Scroll down to explore 100+ Amber color palettes
Earthy Brown color palette created on .