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: #694a3a;
}
.color-2 {
color: #a85f2e;
}
.color-3 {
color: #d69b4c;
}
.color-4 {
color: #f2e7ba;
}
.color-5 {
color: #e0c5a3;
}
/* CSS Variables */
:root {
--color-1: #694a3a;
--color-2: #a85f2e;
--color-3: #d69b4c;
--color-4: #f2e7ba;
--color-5: #e0c5a3;
}
Earthy Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #694a3a, #a85f2e, #d69b4c, #f2e7ba, #e0c5a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #694a3a, #a85f2e, #d69b4c, #f2e7ba, #e0c5a3);
}
Similar color palettes
Earthy Brown color palette created on .