Dull Violence Color Palette

Discover the beautiful Dull Violence color palette featuring roman coffee (#7d4b4a), sandrift (#b18c7c), tan (#d1b78f), hampton (#e6d6b2) and ecru white (#f4f1e1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Brown, Earthy, Muted, Neutral, Soft, Tan, Vintage, Warm 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 Dull Violence palette

Share this palette to:

💻 Dull Violence color palette CSS

/* CSS */
.color-1 {
color: #7d4b4a;
}
.color-2 {
color: #b18c7c;
}
.color-3 {
color: #d1b78f;
}
.color-4 {
color: #e6d6b2;
}
.color-5 {
color: #f4f1e1;
}

/* CSS Variables */
:root {
--color-1: #7d4b4a;
--color-2: #b18c7c;
--color-3: #d1b78f;
--color-4: #e6d6b2;
--color-5: #f4f1e1;
}

🌈 Dull Violence background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d4b4a, #b18c7c, #d1b78f, #e6d6b2, #f4f1e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d4b4a, #b18c7c, #d1b78f, #e6d6b2, #f4f1e1);
}

Dull Violence color palette created on .