Leon Kennedy Color Palette

Discover the beautiful Leon Kennedy color palette featuring jumbo (#797986), silver chalice (#a3a1a1), iron (#d1d1d5), stark white (#e7d8c3) and petite orchid (#d9a490).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Cream, Earthy, Elegant, Gray, Muted, Soft, Vintage, 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 Leon Kennedy palette

Share this palette to:

💻 Leon Kennedy color palette CSS

/* CSS */
.color-1 {
color: #797986;
}
.color-2 {
color: #a3a1a1;
}
.color-3 {
color: #d1d1d5;
}
.color-4 {
color: #e7d8c3;
}
.color-5 {
color: #d9a490;
}

/* CSS Variables */
:root {
--color-1: #797986;
--color-2: #a3a1a1;
--color-3: #d1d1d5;
--color-4: #e7d8c3;
--color-5: #d9a490;
}

🌈 Leon Kennedy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #797986, #a3a1a1, #d1d1d5, #e7d8c3, #d9a490);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #797986, #a3a1a1, #d1d1d5, #e7d8c3, #d9a490);
}

Leon Kennedy color palette created on .