Autumn Blaze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Autumn Blaze palette

Share this palette to:

Autumn Blaze color palette PNG image

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

Autumn Blaze color palette CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ff9d5c;
}
.color-3 {
color: #ffb36b;
}
.color-4 {
color: #f4d7a4;
}
.color-5 {
color: #f9f2e6;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ff9d5c;
--color-3: #ffb36b;
--color-4: #f4d7a4;
--color-5: #f9f2e6;
}

Autumn Blaze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ff9d5c, #ffb36b, #f4d7a4, #f9f2e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ff9d5c, #ffb36b, #f4d7a4, #f9f2e6);
}

Autumn Blaze color palette created on .