Left 4 Dead 2 Color Palette

Discover the beautiful Left 4 Dead 2 color palette featuring medium carmine (#af3c3e), sanguine brown (#8c3f36), ironside gray (#706f6b), cape cod (#3c3d3e) and limed spruce (#2f4a4b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Red, Green, Gray, Retro, Fearful, Zombie 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 Left 4 Dead 2 palette

Share this palette to:

💻 Left 4 Dead 2 color palette CSS

/* CSS */
.color-1 {
color: #af3c3e;
}
.color-2 {
color: #8c3f36;
}
.color-3 {
color: #706f6b;
}
.color-4 {
color: #3c3d3e;
}
.color-5 {
color: #2f4a4b;
}

/* CSS Variables */
:root {
--color-1: #af3c3e;
--color-2: #8c3f36;
--color-3: #706f6b;
--color-4: #3c3d3e;
--color-5: #2f4a4b;
}

🌈 Left 4 Dead 2 background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #af3c3e, #8c3f36, #706f6b, #3c3d3e, #2f4a4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #af3c3e, #8c3f36, #706f6b, #3c3d3e, #2f4a4b);
}

Left 4 Dead 2 color palette created on .