Blink Color Palette
Discover the beautiful Blink color palette featuring wewak (#f6a7b0), marzipan (#f8d69b), colonial white (#ffeab8), moss green (#b2e0b5) and sinbad (#a7d7d4).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Blink palette
💻 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);
} 🔗 Explore similar color palettes
Blink color palette created on .