Pink Flutter Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Flutter palette

Share this palette to:

Pink Flutter color palette CSS

/* CSS */
.color-1 {
color: #ffb3c1;
}
.color-2 {
color: #ffdb8f;
}
.color-3 {
color: #a6e2e7;
}
.color-4 {
color: #ffc29e;
}
.color-5 {
color: #f7b5a1;
}

/* CSS Variables */
:root {
--color-1: #ffb3c1;
--color-2: #ffdb8f;
--color-3: #a6e2e7;
--color-4: #ffc29e;
--color-5: #f7b5a1;
}

Pink Flutter background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c1, #ffdb8f, #a6e2e7, #ffc29e, #f7b5a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c1, #ffdb8f, #a6e2e7, #ffc29e, #f7b5a1);
}

Pink Flutter color palette created on .