Pippa's Garden Party Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pippa's Garden Party palette

Share this palette to:

Pippa's Garden Party color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #5f9cec;
}
.color-4 {
color: #f5c99e;
}
.color-5 {
color: #e57c71;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #5f9cec;
--color-4: #f5c99e;
--color-5: #e57c71;
}

Pippa's Garden Party background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #5f9cec, #f5c99e, #e57c71);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #5f9cec, #f5c99e, #e57c71);
}

Pippa's Garden Party color palette created on .