Autumn Glow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Autumn Glow palette
Autumn Glow color palette PNG image
Autumn Glow color palette CSS
/* CSS */
.color-1 {
color: #c69c6c;
}
.color-2 {
color: #a85f2e;
}
.color-3 {
color: #b04e30;
}
.color-4 {
color: #cfa73a;
}
.color-5 {
color: #e9d1c3;
}
/* CSS Variables */
:root {
--color-1: #c69c6c;
--color-2: #a85f2e;
--color-3: #b04e30;
--color-4: #cfa73a;
--color-5: #e9d1c3;
}
Autumn Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c69c6c, #a85f2e, #b04e30, #cfa73a, #e9d1c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c69c6c, #a85f2e, #b04e30, #cfa73a, #e9d1c3);
}
Similar color palettes
Autumn Glow color palette created on .