Rustic Autumn Reverie Color Palette
Discover the beautiful Rustic Autumn Reverie color palette featuring double spanish white (#e8d0c0), mojo (#c94e40), pine cone (#6f5b52), pueblo (#752210) and masala (#3b3330).
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
Image Gallery
💻 Rustic Autumn Reverie color palette CSS
/* CSS */
.color-1 {
color: #e8d0c0;
}
.color-2 {
color: #c94e40;
}
.color-3 {
color: #6f5b52;
}
.color-4 {
color: #752210;
}
.color-5 {
color: #3b3330;
}
/* CSS Variables */
:root {
--color-1: #e8d0c0;
--color-2: #c94e40;
--color-3: #6f5b52;
--color-4: #752210;
--color-5: #3b3330;
}
🌈 Rustic Autumn Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8d0c0, #c94e40, #6f5b52, #752210, #3b3330);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8d0c0, #c94e40, #6f5b52, #752210, #3b3330);
}
🔗 Explore similar color palettes
Rustic Autumn Reverie color palette created on .