Pink Confetti Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Confetti palette

Share this palette to:

Pink Confetti color palette CSS

/* CSS */
.color-1 {
color: #f9d2ae;
}
.color-2 {
color: #f9aeae;
}
.color-3 {
color: #f2a6c1;
}
.color-4 {
color: #f1d3a7;
}
.color-5 {
color: #f8e0a0;
}

/* CSS Variables */
:root {
--color-1: #f9d2ae;
--color-2: #f9aeae;
--color-3: #f2a6c1;
--color-4: #f1d3a7;
--color-5: #f8e0a0;
}

Pink Confetti background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d2ae, #f9aeae, #f2a6c1, #f1d3a7, #f8e0a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d2ae, #f9aeae, #f2a6c1, #f1d3a7, #f8e0a0);
}

Pink Confetti color palette created on .