Leon Kennedy Color Palette

Discover the beautiful Leon Kennedy color palette featuring ming (#3b7d8c), breaker bay (#5b9f90), summer green (#8dbf9d), buff (#f2d58c) and roman (#e05c5c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCool, Teal, Green, Bright, Yellow, Red, Modern, Character, Video Game 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: #3b7d8c;
}
.color-2 {
color: #5b9f90;
}
.color-3 {
color: #8dbf9d;
}
.color-4 {
color: #f2d58c;
}
.color-5 {
color: #e05c5c;
}

/* CSS Variables */
:root {
--color-1: #3b7d8c;
--color-2: #5b9f90;
--color-3: #8dbf9d;
--color-4: #f2d58c;
--color-5: #e05c5c;
}

🌈 Leon Kennedy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b7d8c, #5b9f90, #8dbf9d, #f2d58c, #e05c5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b7d8c, #5b9f90, #8dbf9d, #f2d58c, #e05c5c);
}

Leon Kennedy color palette created on .