Collin's Garden Party Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Collin's Garden Party palette

Share this palette to:

Collin's Garden Party color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9900;
}
.color-3 {
color: #ffe033;
}
.color-4 {
color: #a3d454;
}
.color-5 {
color: #4ca04b;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9900;
--color-3: #ffe033;
--color-4: #a3d454;
--color-5: #4ca04b;
}

Collin's Garden Party background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9900, #ffe033, #a3d454, #4ca04b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9900, #ffe033, #a3d454, #4ca04b);
}

Collin's Garden Party color palette created on .