Flinch Color Palette

Discover the beautiful Flinch color palette featuring prelude (#d6c2e5), london hue (#b3a6c4), kimberly (#796d9c), victoria (#4a3a7e) and valhalla (#2f194d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withSoft, Dark, Lavender, Deep, Muted, Autumn, Retro, Modern, Boho color palettes and combinations.

💡 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 Flinch palette

Share this palette to:

💻 Flinch color palette CSS

/* CSS */
.color-1 {
color: #d6c2e5;
}
.color-2 {
color: #b3a6c4;
}
.color-3 {
color: #796d9c;
}
.color-4 {
color: #4a3a7e;
}
.color-5 {
color: #2f194d;
}

/* CSS Variables */
:root {
--color-1: #d6c2e5;
--color-2: #b3a6c4;
--color-3: #796d9c;
--color-4: #4a3a7e;
--color-5: #2f194d;
}

🌈 Flinch background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c2e5, #b3a6c4, #796d9c, #4a3a7e, #2f194d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c2e5, #b3a6c4, #796d9c, #4a3a7e, #2f194d);
}

Flinch color palette created on .