Herbsttag Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Herbsttag palette

Share this palette to:

Herbsttag color palette PNG image

Download herbsttag color palette PNG image (landscape)
Download herbsttag color palette PNG image (square)

Herbsttag color palette CSS

/* CSS */
.color-1 {
color: #a85f2e;
}
.color-2 {
color: #d8a85f;
}
.color-3 {
color: #e2bea6;
}
.color-4 {
color: #a4c6aa;
}
.color-5 {
color: #4e8d8d;
}

/* CSS Variables */
:root {
--color-1: #a85f2e;
--color-2: #d8a85f;
--color-3: #e2bea6;
--color-4: #a4c6aa;
--color-5: #4e8d8d;
}

Herbsttag background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a85f2e, #d8a85f, #e2bea6, #a4c6aa, #4e8d8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a85f2e, #d8a85f, #e2bea6, #a4c6aa, #4e8d8d);
}

Herbsttag color palette created on .