Autumn Mountains Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Autumn Mountains palette
Autumn Mountains color palette PNG image
Autumn Mountains color palette CSS
/* CSS */
.color-1 {
color: #795a39;
}
.color-2 {
color: #a86d4d;
}
.color-3 {
color: #d29c70;
}
.color-4 {
color: #e3b963;
}
.color-5 {
color: #f2d7ba;
}
/* CSS Variables */
:root {
--color-1: #795a39;
--color-2: #a86d4d;
--color-3: #d29c70;
--color-4: #e3b963;
--color-5: #f2d7ba;
}
Autumn Mountains background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #795a39, #a86d4d, #d29c70, #e3b963, #f2d7ba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #795a39, #a86d4d, #d29c70, #e3b963, #f2d7ba);
}
Similar color palettes
Scroll down to explore 1 Autumn color palette
Autumn Mountains color palette created on .