Loading...

Soft Autumn Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Autumn palette

Share this palette to:

Download Soft Autumn Color Palette (PNG)

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

Soft Autumn color palette CSS

/* CSS */
.color-1 {
color: #d7cbc6;
}
.color-2 {
color: #e0d1cc;
}
.color-3 {
color: #eadbd7;
}
.color-4 {
color: #f4eae6;
}
.color-5 {
color: #f8f4f1;
}

/* CSS Variables */
:root {
--color-1: #d7cbc6;
--color-2: #e0d1cc;
--color-3: #eadbd7;
--color-4: #f4eae6;
--color-5: #f8f4f1;
}

Soft Autumn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7cbc6, #e0d1cc, #eadbd7, #f4eae6, #f8f4f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7cbc6, #e0d1cc, #eadbd7, #f4eae6, #f8f4f1);
}

Soft Autumn color palette created on .