Rusted Vengeance Color Palette

Discover the beautiful Rusted Vengeance color palette featuring red berry (#8a0000), milano red (#c40e0e), paarl (#9f512d), shingle fawn (#6a4b39) and woody brown (#402b2b).

Brightness

Saturation

Warmth

Refine

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Burgundy, Crimson, Dark, Deep, Earthy, Red, 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 Rusted Vengeance palette

Share this palette to:

💻 Rusted Vengeance color palette CSS

/* CSS */
.color-1 {
color: #8a0000;
}
.color-2 {
color: #c40e0e;
}
.color-3 {
color: #9f512d;
}
.color-4 {
color: #6a4b39;
}
.color-5 {
color: #402b2b;
}

/* CSS Variables */
:root {
--color-1: #8a0000;
--color-2: #c40e0e;
--color-3: #9f512d;
--color-4: #6a4b39;
--color-5: #402b2b;
}

🌈 Rusted Vengeance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a0000, #c40e0e, #9f512d, #6a4b39, #402b2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a0000, #c40e0e, #9f512d, #6a4b39, #402b2b);
}

Rusted Vengeance color palette created on .