Flutter Shy Color Palette
Discover the beautiful Flutter Shy color palette featuring azalea (#f3b9da), illusion (#f6a7b3), casablanca (#f8a649), periwinkle gray (#b4c3e4) and wisteria (#8c64af).
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 Shy palette
💻 Flutter Shy color palette CSS
/* CSS */
.color-1 {
color: #f3b9da;
}
.color-2 {
color: #f6a7b3;
}
.color-3 {
color: #f8a649;
}
.color-4 {
color: #b4c3e4;
}
.color-5 {
color: #8c64af;
}
/* CSS Variables */
:root {
--color-1: #f3b9da;
--color-2: #f6a7b3;
--color-3: #f8a649;
--color-4: #b4c3e4;
--color-5: #8c64af;
} 🌈 Flutter Shy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3b9da, #f6a7b3, #f8a649, #b4c3e4, #8c64af);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3b9da, #f6a7b3, #f8a649, #b4c3e4, #8c64af);
} 🔗 Explore similar color palettes
Flutter Shy color palette created on .