Leon Kennedy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Leon Kennedy palette

Share this palette to:

Leon Kennedy color palette PNG image

Download leon kennedy color palette PNG image (landscape)
Download leon kennedy color palette PNG image (square)

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 .