The Corruption Color Palette

Discover the beautiful The Corruption color palette featuring buccaneer (#5e2b2d), bazaar (#9d7b7d), cold turkey (#c5afb1), pink flare (#e1c6c8) and pot pourri (#f7e8e9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Autumn, Earthy, Red, Muted 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 The Corruption palette

Share this palette to:

💻 The Corruption color palette CSS

/* CSS */
.color-1 {
color: #5e2b2d;
}
.color-2 {
color: #9d7b7d;
}
.color-3 {
color: #c5afb1;
}
.color-4 {
color: #e1c6c8;
}
.color-5 {
color: #f7e8e9;
}

/* CSS Variables */
:root {
--color-1: #5e2b2d;
--color-2: #9d7b7d;
--color-3: #c5afb1;
--color-4: #e1c6c8;
--color-5: #f7e8e9;
}

🌈 The Corruption background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e2b2d, #9d7b7d, #c5afb1, #e1c6c8, #f7e8e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e2b2d, #9d7b7d, #c5afb1, #e1c6c8, #f7e8e9);
}

The Corruption color palette created on .