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: #c45d40;
}
.color-2 {
color: #efae8a;
}
.color-3 {
color: #d8b75a;
}
.color-4 {
color: #a85f2e;
}
.color-5 {
color: #4b3c30;
}
/* CSS Variables */
:root {
--color-1: #c45d40;
--color-2: #efae8a;
--color-3: #d8b75a;
--color-4: #a85f2e;
--color-5: #4b3c30;
}
Autumn Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c45d40, #efae8a, #d8b75a, #a85f2e, #4b3c30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c45d40, #efae8a, #d8b75a, #a85f2e, #4b3c30);
}
Similar color palettes
Autumn Glow color palette created on .