Herbsttag Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Herbsttag palette
Herbsttag color palette PNG image
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);
}
Similar color palettes
Scroll down to explore 100+ Autumn color palettes
Herbsttag color palette created on .