Blink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blink palette

Share this palette to:

Blink color palette PNG image

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

Blink color palette CSS

/* CSS */
.color-1 {
color: #f6a7b0;
}
.color-2 {
color: #f8d69b;
}
.color-3 {
color: #ffeab8;
}
.color-4 {
color: #b2e0b5;
}
.color-5 {
color: #a7d7d4;
}

/* CSS Variables */
:root {
--color-1: #f6a7b0;
--color-2: #f8d69b;
--color-3: #ffeab8;
--color-4: #b2e0b5;
--color-5: #a7d7d4;
}

Blink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a7b0, #f8d69b, #ffeab8, #b2e0b5, #a7d7d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a7b0, #f8d69b, #ffeab8, #b2e0b5, #a7d7d4);
}

Blink color palette created on .