Autumn Orange Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Autumn Orange palette
Autumn Orange color palette CSS
/* CSS */
.color-1 {
color: #d97d3f;
}
.color-2 {
color: #a85f2e;
}
.color-3 {
color: #6e4b3a;
}
.color-4 {
color: #b65f3a;
}
.color-5 {
color: #e6b34c;
}
/* CSS Variables */
:root {
--color-1: #d97d3f;
--color-2: #a85f2e;
--color-3: #6e4b3a;
--color-4: #b65f3a;
--color-5: #e6b34c;
}
Autumn Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d97d3f, #a85f2e, #6e4b3a, #b65f3a, #e6b34c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d97d3f, #a85f2e, #6e4b3a, #b65f3a, #e6b34c);
}
Similar color palettes
Autumn Orange color palette created on .