Leon Kennedy Color Palette

Discover the beautiful Leon Kennedy color palette featuring tuna (#2f3541), limed spruce (#3b464e), trout (#4f5d63), soya bean (#655948) and kabul (#58423c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Gray, Blue, Green, Brown, Earthy, Muted, Modern, Masculine, Winter 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 Leon Kennedy palette

Share this palette to:

💻 Leon Kennedy color palette CSS

/* CSS */
.color-1 {
color: #2f3541;
}
.color-2 {
color: #3b464e;
}
.color-3 {
color: #4f5d63;
}
.color-4 {
color: #655948;
}
.color-5 {
color: #58423c;
}

/* CSS Variables */
:root {
--color-1: #2f3541;
--color-2: #3b464e;
--color-3: #4f5d63;
--color-4: #655948;
--color-5: #58423c;
}

🌈 Leon Kennedy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2f3541, #3b464e, #4f5d63, #655948, #58423c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2f3541, #3b464e, #4f5d63, #655948, #58423c);
}

Leon Kennedy color palette created on .