Autumn Leaves Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Autumn Leaves palette

Share this palette to:

Autumn Leaves color palette PNG image

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

Autumn Leaves color palette CSS

/* CSS */
.color-1 {
color: #c8592d;
}
.color-2 {
color: #daa85d;
}
.color-3 {
color: #c1a05c;
}
.color-4 {
color: #9e7b4c;
}
.color-5 {
color: #794b39;
}

/* CSS Variables */
:root {
--color-1: #c8592d;
--color-2: #daa85d;
--color-3: #c1a05c;
--color-4: #9e7b4c;
--color-5: #794b39;
}

Autumn Leaves background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c8592d, #daa85d, #c1a05c, #9e7b4c, #794b39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c8592d, #daa85d, #c1a05c, #9e7b4c, #794b39);
}

Autumn Leaves color palette created on .