Autumn Hair Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Autumn Hair palette

Share this palette to:

Autumn Hair color palette PNG image

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

Autumn Hair color palette CSS

/* CSS */
.color-1 {
color: #c69c6c;
}
.color-2 {
color: #b5785a;
}
.color-3 {
color: #a45c3d;
}
.color-4 {
color: #8d4a2a;
}
.color-5 {
color: #7e3b25;
}

/* CSS Variables */
:root {
--color-1: #c69c6c;
--color-2: #b5785a;
--color-3: #a45c3d;
--color-4: #8d4a2a;
--color-5: #7e3b25;
}

Autumn Hair background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c69c6c, #b5785a, #a45c3d, #8d4a2a, #7e3b25);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c69c6c, #b5785a, #a45c3d, #8d4a2a, #7e3b25);
}

Autumn Hair color palette created on .