Autumn Orchard Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Autumn Orchard palette
Autumn Orchard color palette CSS
/* CSS */
.color-1 {
color: #784d3a;
}
.color-2 {
color: #b97c5b;
}
.color-3 {
color: #e4b06c;
}
.color-4 {
color: #f4d8a9;
}
.color-5 {
color: #c4a05a;
}
/* CSS Variables */
:root {
--color-1: #784d3a;
--color-2: #b97c5b;
--color-3: #e4b06c;
--color-4: #f4d8a9;
--color-5: #c4a05a;
}
Autumn Orchard background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #784d3a, #b97c5b, #e4b06c, #f4d8a9, #c4a05a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #784d3a, #b97c5b, #e4b06c, #f4d8a9, #c4a05a);
}
Similar color palettes
Autumn Orchard color palette created on .