Brown Autumn Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Brown Autumn palette
Brown Autumn color palette CSS
/* CSS */
.color-1 {
color: #e57e38;
}
.color-2 {
color: #c6592a;
}
.color-3 {
color: #9a3b23;
}
.color-4 {
color: #6c2b1e;
}
.color-5 {
color: #3c1b16;
}
/* CSS Variables */
:root {
--color-1: #e57e38;
--color-2: #c6592a;
--color-3: #9a3b23;
--color-4: #6c2b1e;
--color-5: #3c1b16;
}
Brown Autumn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e57e38, #c6592a, #9a3b23, #6c2b1e, #3c1b16);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e57e38, #c6592a, #9a3b23, #6c2b1e, #3c1b16);
}
Similar color palettes
Brown Autumn color palette created on .