Autumn Glow Color Palette
Discover the beautiful Autumn Glow color palette featuring punch (#db4f24), porsche (#e6a66b), pancho (#f1d2b6), cadet blue (#a8b4c2) and smalt blue (#4f7a92).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Autumn Glow palette
💻 Autumn Glow color palette CSS
/* CSS */
.color-1 {
color: #db4f24;
}
.color-2 {
color: #e6a66b;
}
.color-3 {
color: #f1d2b6;
}
.color-4 {
color: #a8b4c2;
}
.color-5 {
color: #4f7a92;
}
/* CSS Variables */
:root {
--color-1: #db4f24;
--color-2: #e6a66b;
--color-3: #f1d2b6;
--color-4: #a8b4c2;
--color-5: #4f7a92;
}
🌈 Autumn Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #db4f24, #e6a66b, #f1d2b6, #a8b4c2, #4f7a92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #db4f24, #e6a66b, #f1d2b6, #a8b4c2, #4f7a92);
}
🔗 Explore similar color palettes
Autumn Glow color palette created on .