Autumn Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Autumn Harmony palette

Share this palette to:

Autumn Harmony color palette PNG image

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

Autumn Harmony color palette CSS

/* CSS */
.color-1 {
color: #a85e3e;
}
.color-2 {
color: #d0b08b;
}
.color-3 {
color: #f2e0b5;
}
.color-4 {
color: #a6c4d9;
}
.color-5 {
color: #4b8a8b;
}

/* CSS Variables */
:root {
--color-1: #a85e3e;
--color-2: #d0b08b;
--color-3: #f2e0b5;
--color-4: #a6c4d9;
--color-5: #4b8a8b;
}

Autumn Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a85e3e, #d0b08b, #f2e0b5, #a6c4d9, #4b8a8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a85e3e, #d0b08b, #f2e0b5, #a6c4d9, #4b8a8b);
}

Autumn Harmony color palette created on .