Autumn Vibe Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Autumn Vibe palette

Share this palette to:

Autumn Vibe color palette PNG image

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

Autumn Vibe color palette CSS

/* CSS */
.color-1 {
color: #9e5c3d;
}
.color-2 {
color: #d68a4c;
}
.color-3 {
color: #efb86c;
}
.color-4 {
color: #f7d09c;
}
.color-5 {
color: #d2a25b;
}

/* CSS Variables */
:root {
--color-1: #9e5c3d;
--color-2: #d68a4c;
--color-3: #efb86c;
--color-4: #f7d09c;
--color-5: #d2a25b;
}

Autumn Vibe background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9e5c3d, #d68a4c, #efb86c, #f7d09c, #d2a25b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9e5c3d, #d68a4c, #efb86c, #f7d09c, #d2a25b);
}

Autumn Vibe color palette created on .