Rural Farmland Color Palette
Discover the beautiful Rural Farmland color palette featuring coriander (#b9cea6), rose fog (#ebccc2), beauty bush (#edc0bf), tumbleweed (#dab67b) and limed oak (#9c7a4f).
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 Rural Farmland palette
💻 Rural Farmland color palette CSS
/* CSS */
.color-1 {
color: #b9cea6;
}
.color-2 {
color: #ebccc2;
}
.color-3 {
color: #edc0bf;
}
.color-4 {
color: #dab67b;
}
.color-5 {
color: #9c7a4f;
}
/* CSS Variables */
:root {
--color-1: #b9cea6;
--color-2: #ebccc2;
--color-3: #edc0bf;
--color-4: #dab67b;
--color-5: #9c7a4f;
} 🌈 Rural Farmland background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b9cea6, #ebccc2, #edc0bf, #dab67b, #9c7a4f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b9cea6, #ebccc2, #edc0bf, #dab67b, #9c7a4f);
} 🔗 Explore similar color palettes
Rural Farmland color palette created on .