Rustic Meadow Color Palette
Discover the beautiful Rustic Meadow color palette featuring mule fawn (#8e472f), cape palliser (#a3674d), old rose (#c39a79), brandy (#e2c5a7) and albescent white (#f3e1c9).
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 Meadow palette
💻 Rustic Meadow color palette CSS
/* CSS */
.color-1 {
color: #8e472f;
}
.color-2 {
color: #a3674d;
}
.color-3 {
color: #c39a79;
}
.color-4 {
color: #e2c5a7;
}
.color-5 {
color: #f3e1c9;
}
/* CSS Variables */
:root {
--color-1: #8e472f;
--color-2: #a3674d;
--color-3: #c39a79;
--color-4: #e2c5a7;
--color-5: #f3e1c9;
}
🌈 Rustic Meadow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8e472f, #a3674d, #c39a79, #e2c5a7, #f3e1c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8e472f, #a3674d, #c39a79, #e2c5a7, #f3e1c9);
}
🔗 Explore similar color palettes
Rustic Meadow color palette created on .