Flutter Color Palette
Discover the beautiful Flutter color palette featuring rose bud (#faa3af), cupid (#fcc5d1), we peep (#f9e1e6), magic mint (#aff3d3) and cornflower (#98d9f1).
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 Flutter palette
💻 Flutter color palette CSS
/* CSS */
.color-1 {
color: #faa3af;
}
.color-2 {
color: #fcc5d1;
}
.color-3 {
color: #f9e1e6;
}
.color-4 {
color: #aff3d3;
}
.color-5 {
color: #98d9f1;
}
/* CSS Variables */
:root {
--color-1: #faa3af;
--color-2: #fcc5d1;
--color-3: #f9e1e6;
--color-4: #aff3d3;
--color-5: #98d9f1;
}
🌈 Flutter background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faa3af, #fcc5d1, #f9e1e6, #aff3d3, #98d9f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faa3af, #fcc5d1, #f9e1e6, #aff3d3, #98d9f1);
}
🔗 Explore similar color palettes
Flutter color palette created on .