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