Autumn Orange Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Autumn Orange palette

Share this palette to:

Autumn Orange color palette CSS

/* CSS */
.color-1 {
color: #c75d3d;
}
.color-2 {
color: #efae4d;
}
.color-3 {
color: #a64c2b;
}
.color-4 {
color: #5f8e3e;
}
.color-5 {
color: #d5a96c;
}

/* CSS Variables */
:root {
--color-1: #c75d3d;
--color-2: #efae4d;
--color-3: #a64c2b;
--color-4: #5f8e3e;
--color-5: #d5a96c;
}

Autumn Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c75d3d, #efae4d, #a64c2b, #5f8e3e, #d5a96c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c75d3d, #efae4d, #a64c2b, #5f8e3e, #d5a96c);
}

Autumn Orange color palette created on .