Autumn Brown Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Autumn Brown palette
Download Autumn Brown Color Palette (PNG)
Autumn Brown color palette CSS
/* CSS */
.color-1 {
color: #e49f77;
}
.color-2 {
color: #efc58a;
}
.color-3 {
color: #f2d788;
}
.color-4 {
color: #d6af5c;
}
.color-5 {
color: #c48c54;
}
/* CSS Variables */
:root {
--color-1: #e49f77;
--color-2: #efc58a;
--color-3: #f2d788;
--color-4: #d6af5c;
--color-5: #c48c54;
}
Autumn Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e49f77, #efc58a, #f2d788, #d6af5c, #c48c54);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e49f77, #efc58a, #f2d788, #d6af5c, #c48c54);
}
Similar color palettes
Autumn Brown color palette created on .