Autumn Forest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Autumn Forest palette

Share this palette to:

Autumn Forest color palette PNG image

Download autumn forest color palette PNG image (landscape)
Download autumn forest color palette PNG image (square)

Autumn Forest color palette CSS

/* CSS */
.color-1 {
color: #1d3a2c;
}
.color-2 {
color: #6d2c3e;
}
.color-3 {
color: #d86e2c;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #003d5c;
}

/* CSS Variables */
:root {
--color-1: #1d3a2c;
--color-2: #6d2c3e;
--color-3: #d86e2c;
--color-4: #f6b83c;
--color-5: #003d5c;
}

Autumn Forest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d3a2c, #6d2c3e, #d86e2c, #f6b83c, #003d5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d3a2c, #6d2c3e, #d86e2c, #f6b83c, #003d5c);
}

Similar color palettes

Scroll down to explore 2 Green color palettes

Autumn Forest color palette created on .