Autumn Brown Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Autumn Brown palette
Autumn Brown color palette CSS
/* CSS */
.color-1 {
color: #a85f2e;
}
.color-2 {
color: #eabe85;
}
.color-3 {
color: #e5b07b;
}
.color-4 {
color: #a9a67e;
}
.color-5 {
color: #7e4a3a;
}
/* CSS Variables */
:root {
--color-1: #a85f2e;
--color-2: #eabe85;
--color-3: #e5b07b;
--color-4: #a9a67e;
--color-5: #7e4a3a;
}
Autumn Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a85f2e, #eabe85, #e5b07b, #a9a67e, #7e4a3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a85f2e, #eabe85, #e5b07b, #a9a67e, #7e4a3a);
}
Similar color palettes
Scroll down to explore 100+ Autumn color palettes
Autumn Brown color palette created on .