Leon Kennedy Color Palette

Discover the beautiful Leon Kennedy color palette featuring jelly bean (#2a6a92), horizon (#5a8ba0), glacier (#8cb7c5), twine (#c1a05c) and chestnut rose (#d45b59).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Teal, Cyan, Yellow, Red, Green, Light, Bright, Earthy 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: #2a6a92;
}
.color-2 {
color: #5a8ba0;
}
.color-3 {
color: #8cb7c5;
}
.color-4 {
color: #c1a05c;
}
.color-5 {
color: #d45b59;
}

/* CSS Variables */
:root {
--color-1: #2a6a92;
--color-2: #5a8ba0;
--color-3: #8cb7c5;
--color-4: #c1a05c;
--color-5: #d45b59;
}

🌈 Leon Kennedy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a6a92, #5a8ba0, #8cb7c5, #c1a05c, #d45b59);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a6a92, #5a8ba0, #8cb7c5, #c1a05c, #d45b59);
}

Leon Kennedy color palette created on .