Rustic Knives Color Palette

Discover the beautiful Rustic Knives color palette featuring quincy (#5b3c2a), spicy mix (#8b5c4b), rodeo dust (#c9b89c), bone (#e3d1c0) and concrete (#f2f2f2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBrown, Cream, Earthy, Knife, Neutral, Rustic, Soft, Warm, Wood color palettes and combinations.

💡 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 Knives palette

Share this palette to:

💻 Rustic Knives color palette CSS

/* CSS */
.color-1 {
color: #5b3c2a;
}
.color-2 {
color: #8b5c4b;
}
.color-3 {
color: #c9b89c;
}
.color-4 {
color: #e3d1c0;
}
.color-5 {
color: #f2f2f2;
}

/* CSS Variables */
:root {
--color-1: #5b3c2a;
--color-2: #8b5c4b;
--color-3: #c9b89c;
--color-4: #e3d1c0;
--color-5: #f2f2f2;
}

🌈 Rustic Knives background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3c2a, #8b5c4b, #c9b89c, #e3d1c0, #f2f2f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3c2a, #8b5c4b, #c9b89c, #e3d1c0, #f2f2f2);
}

Rustic Knives color palette created on .