Retro Earthy Fall Color Palette
Discover the beautiful Retro Earthy Fall color palette featuring old gold (#d69f38), copper (#c37b3c), paarl (#a45b2d), mule fawn (#894929) and irish coffee (#6b3e29).
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 Retro Earthy Fall palette
💻 Retro Earthy Fall color palette CSS
/* CSS */
.color-1 {
color: #d69f38;
}
.color-2 {
color: #c37b3c;
}
.color-3 {
color: #a45b2d;
}
.color-4 {
color: #894929;
}
.color-5 {
color: #6b3e29;
}
/* CSS Variables */
:root {
--color-1: #d69f38;
--color-2: #c37b3c;
--color-3: #a45b2d;
--color-4: #894929;
--color-5: #6b3e29;
} 🌈 Retro Earthy Fall background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d69f38, #c37b3c, #a45b2d, #894929, #6b3e29);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d69f38, #c37b3c, #a45b2d, #894929, #6b3e29);
} 🔗 Explore similar color palettes
Retro Earthy Fall color palette created on .