Kenny's Garden Party Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Kenny's Garden Party palette

Share this palette to:

Kenny's Garden Party color palette CSS

/* CSS */
.color-1 {
color: #6aa03b;
}
.color-2 {
color: #86c1a7;
}
.color-3 {
color: #f5b85b;
}
.color-4 {
color: #f57e42;
}
.color-5 {
color: #d85d3b;
}

/* CSS Variables */
:root {
--color-1: #6aa03b;
--color-2: #86c1a7;
--color-3: #f5b85b;
--color-4: #f57e42;
--color-5: #d85d3b;
}

Kenny's Garden Party background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6aa03b, #86c1a7, #f5b85b, #f57e42, #d85d3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6aa03b, #86c1a7, #f5b85b, #f57e42, #d85d3b);
}

Kenny's Garden Party color palette created on .