Rustic Kitchen Color Palette
Discover the beautiful Rustic Kitchen color palette featuring kumera (#895b29), whiskey (#d8a76e), indian khaki (#bfaf92), brandy (#e0c6a4) and shingle fawn (#6a4e39).
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 Kitchen palette
💻 Rustic Kitchen color palette CSS
/* CSS */
.color-1 {
color: #895b29;
}
.color-2 {
color: #d8a76e;
}
.color-3 {
color: #bfaf92;
}
.color-4 {
color: #e0c6a4;
}
.color-5 {
color: #6a4e39;
}
/* CSS Variables */
:root {
--color-1: #895b29;
--color-2: #d8a76e;
--color-3: #bfaf92;
--color-4: #e0c6a4;
--color-5: #6a4e39;
} 🌈 Rustic Kitchen background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895b29, #d8a76e, #bfaf92, #e0c6a4, #6a4e39);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895b29, #d8a76e, #bfaf92, #e0c6a4, #6a4e39);
} 🔗 Explore similar color palettes
Rustic Kitchen color palette created on .