Whimsical Autumn Reverie Color Palette
Discover the beautiful Whimsical Autumn Reverie color palette featuring athens gray (#eae9ed), tango (#f38612), venus (#918891), green haze (#01983d) and violet eggplant (#931a81).
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 Whimsical Autumn Reverie palette
💻 Whimsical Autumn Reverie color palette CSS
/* CSS */
.color-1 {
color: #eae9ed;
}
.color-2 {
color: #f38612;
}
.color-3 {
color: #918891;
}
.color-4 {
color: #01983d;
}
.color-5 {
color: #931a81;
}
/* CSS Variables */
:root {
--color-1: #eae9ed;
--color-2: #f38612;
--color-3: #918891;
--color-4: #01983d;
--color-5: #931a81;
}
🌈 Whimsical Autumn Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eae9ed, #f38612, #918891, #01983d, #931a81);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eae9ed, #f38612, #918891, #01983d, #931a81);
}
🔗 Explore similar color palettes
Whimsical Autumn Reverie color palette created on .