Sophie’s Garden Party Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sophie’s Garden Party palette

Share this palette to:

Sophie’s Garden Party color palette CSS

/* CSS */
.color-1 {
color: #f6cbd6;
}
.color-2 {
color: #f7b6c9;
}
.color-3 {
color: #f99ab8;
}
.color-4 {
color: #f1a68e;
}
.color-5 {
color: #f1c55f;
}

/* CSS Variables */
:root {
--color-1: #f6cbd6;
--color-2: #f7b6c9;
--color-3: #f99ab8;
--color-4: #f1a68e;
--color-5: #f1c55f;
}

Sophie’s Garden Party background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6cbd6, #f7b6c9, #f99ab8, #f1a68e, #f1c55f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6cbd6, #f7b6c9, #f99ab8, #f1a68e, #f1c55f);
}

Sophie’s Garden Party color palette created on .