Autumn Glow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Autumn Glow palette

Share this palette to:

Autumn Glow color palette PNG image

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

Autumn Glow color palette CSS

/* CSS */
.color-1 {
color: #c75d3d;
}
.color-2 {
color: #d78f3c;
}
.color-3 {
color: #e6b93d;
}
.color-4 {
color: #f1d55b;
}
.color-5 {
color: #f9e5a4;
}

/* CSS Variables */
:root {
--color-1: #c75d3d;
--color-2: #d78f3c;
--color-3: #e6b93d;
--color-4: #f1d55b;
--color-5: #f9e5a4;
}

Autumn Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c75d3d, #d78f3c, #e6b93d, #f1d55b, #f9e5a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c75d3d, #d78f3c, #e6b93d, #f1d55b, #f9e5a4);
}

Autumn Glow color palette created on .