Autumn Maple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Autumn Maple palette
Download Autumn Maple Color Palette (PNG)
Autumn Maple color palette CSS
/* CSS */
.color-1 {
color: #a95b3d;
}
.color-2 {
color: #d29a5b;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #8fbc8f;
}
.color-5 {
color: #609d9f;
}
/* CSS Variables */
:root {
--color-1: #a95b3d;
--color-2: #d29a5b;
--color-3: #f1c84b;
--color-4: #8fbc8f;
--color-5: #609d9f;
}
Autumn Maple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a95b3d, #d29a5b, #f1c84b, #8fbc8f, #609d9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a95b3d, #d29a5b, #f1c84b, #8fbc8f, #609d9f);
}
Similar color palettes
Scroll down to explore 100+ Autumn color palettes
Autumn Maple color palette created on .