Rustic Autumn Reverie Color Palette
Discover the beautiful Rustic Autumn Reverie color palette featuring flax (#eae080), arrowtown (#988971), punch (#d44221), trout (#4b5163) and buccaneer (#633134).
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 Rustic Autumn Reverie palette
💻 Rustic Autumn Reverie color palette CSS
/* CSS */
.color-1 {
color: #eae080;
}
.color-2 {
color: #988971;
}
.color-3 {
color: #d44221;
}
.color-4 {
color: #4b5163;
}
.color-5 {
color: #633134;
}
/* CSS Variables */
:root {
--color-1: #eae080;
--color-2: #988971;
--color-3: #d44221;
--color-4: #4b5163;
--color-5: #633134;
} 🌈 Rustic Autumn Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eae080, #988971, #d44221, #4b5163, #633134);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eae080, #988971, #d44221, #4b5163, #633134);
} 🔗 Explore similar color palettes
Rustic Autumn Reverie color palette created on .