Kenny McCormick Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Kenny McCormick palette

Share this palette to:

Kenny McCormick color palette PNG image

Download kenny mccormick color palette PNG image (landscape)
Download kenny mccormick color palette PNG image (square)

Kenny McCormick color palette CSS

/* CSS */
.color-1 {
color: #eb9305;
}
.color-2 {
color: #f6621e;
}
.color-3 {
color: #d74b04;
}
.color-4 {
color: #a52903;
}
.color-5 {
color: #881b02;
}

/* CSS Variables */
:root {
--color-1: #eb9305;
--color-2: #f6621e;
--color-3: #d74b04;
--color-4: #a52903;
--color-5: #881b02;
}

Kenny McCormick background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eb9305, #f6621e, #d74b04, #a52903, #881b02);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eb9305, #f6621e, #d74b04, #a52903, #881b02);
}

Kenny McCormick color palette created on .