Flinch Color Palette
Discover the beautiful Flinch color palette featuring rose bud (#f8baa0), sidecar (#f4d7c2), parchment (#f3e5d8), cashmere (#e9bea0) and linen (#f8e6d3).
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 Flinch palette
💻 Flinch color palette CSS
/* CSS */
.color-1 {
color: #f8baa0;
}
.color-2 {
color: #f4d7c2;
}
.color-3 {
color: #f3e5d8;
}
.color-4 {
color: #e9bea0;
}
.color-5 {
color: #f8e6d3;
}
/* CSS Variables */
:root {
--color-1: #f8baa0;
--color-2: #f4d7c2;
--color-3: #f3e5d8;
--color-4: #e9bea0;
--color-5: #f8e6d3;
} 🌈 Flinch background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8baa0, #f4d7c2, #f3e5d8, #e9bea0, #f8e6d3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8baa0, #f4d7c2, #f3e5d8, #e9bea0, #f8e6d3);
} 🔗 Explore similar color palettes
Flinch color palette created on .