Soft Autumn Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Autumn palette
Color Inspiration
Images that showcase this color palette in real designs
Download Soft Autumn Color Palette (PNG)
Soft Autumn color palette CSS
/* CSS */
.color-1 {
color: #5b473e;
}
.color-2 {
color: #7d5b4f;
}
.color-3 {
color: #a7796c;
}
.color-4 {
color: #d1af9f;
}
.color-5 {
color: #e2cdc5;
}
/* CSS Variables */
:root {
--color-1: #5b473e;
--color-2: #7d5b4f;
--color-3: #a7796c;
--color-4: #d1af9f;
--color-5: #e2cdc5;
}
Soft Autumn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b473e, #7d5b4f, #a7796c, #d1af9f, #e2cdc5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b473e, #7d5b4f, #a7796c, #d1af9f, #e2cdc5);
}
Similar color palettes
Scroll down to explore 400+ Autumn color palettes
Soft Autumn color palette created on .