Flinch Color Palette

Discover the beautiful Flinch color palette featuring dawn pink (#f6efea), amethyst smoke (#afa4b7), mobster (#7d6e81), mulled wine (#4b4b63) and shark (#2c2e35).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Black, Elegant, Gray, Lavender, Muted, Neutral, Soft, Warm 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: #f6efea;
}
.color-2 {
color: #afa4b7;
}
.color-3 {
color: #7d6e81;
}
.color-4 {
color: #4b4b63;
}
.color-5 {
color: #2c2e35;
}

/* CSS Variables */
:root {
--color-1: #f6efea;
--color-2: #afa4b7;
--color-3: #7d6e81;
--color-4: #4b4b63;
--color-5: #2c2e35;
}

🌈 Flinch background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6efea, #afa4b7, #7d6e81, #4b4b63, #2c2e35);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6efea, #afa4b7, #7d6e81, #4b4b63, #2c2e35);
}

Flinch color palette created on .