Autumn Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Autumn Red palette

Share this palette to:

Autumn Red color palette CSS

/* CSS */
.color-1 {
color: #7a3b2a;
}
.color-2 {
color: #c86b3c;
}
.color-3 {
color: #e6b78e;
}
.color-4 {
color: #f9c5a4;
}
.color-5 {
color: #f78e7e;
}

/* CSS Variables */
:root {
--color-1: #7a3b2a;
--color-2: #c86b3c;
--color-3: #e6b78e;
--color-4: #f9c5a4;
--color-5: #f78e7e;
}

Autumn Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a3b2a, #c86b3c, #e6b78e, #f9c5a4, #f78e7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a3b2a, #c86b3c, #e6b78e, #f9c5a4, #f78e7e);
}

Autumn Red color palette created on .