Pink Finch Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Finch palette

Share this palette to:

Pink Finch color palette CSS

/* CSS */
.color-1 {
color: #ffe5fe;
}
.color-2 {
color: #ffe0e8;
}
.color-3 {
color: #ffd1dd;
}
.color-4 {
color: #ffb8c6;
}
.color-5 {
color: #ffa3bc;
}

/* CSS Variables */
:root {
--color-1: #ffe5fe;
--color-2: #ffe0e8;
--color-3: #ffd1dd;
--color-4: #ffb8c6;
--color-5: #ffa3bc;
}

Pink Finch background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe5fe, #ffe0e8, #ffd1dd, #ffb8c6, #ffa3bc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe5fe, #ffe0e8, #ffd1dd, #ffb8c6, #ffa3bc);
}

Pink Finch color palette created on .