Finch Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Finch palette

Share this palette to:

Finch color palette PNG image

Download finch color palette PNG image (landscape)
Download finch color palette PNG image (square)

Finch color palette CSS

/* CSS */
.color-1 {
color: #a6c4d9;
}
.color-2 {
color: #f2b5a1;
}
.color-3 {
color: #f7c5a6;
}
.color-4 {
color: #f4cf3e;
}
.color-5 {
color: #cdab7e;
}

/* CSS Variables */
:root {
--color-1: #a6c4d9;
--color-2: #f2b5a1;
--color-3: #f7c5a6;
--color-4: #f4cf3e;
--color-5: #cdab7e;
}

Finch background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c4d9, #f2b5a1, #f7c5a6, #f4cf3e, #cdab7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c4d9, #f2b5a1, #f7c5a6, #f4cf3e, #cdab7e);
}

Finch color palette created on .