Flutter Shy Color Palette
Discover the beautiful Flutter Shy color palette featuring wheat (#f6d0b1), illusion (#f5a8c3), jagged ice (#b6e2e0), silver tree (#69bf9c) and pelorous (#4a9ec4).
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: #f6d0b1;
}
.color-2 {
color: #f5a8c3;
}
.color-3 {
color: #b6e2e0;
}
.color-4 {
color: #69bf9c;
}
.color-5 {
color: #4a9ec4;
}
/* CSS Variables */
:root {
--color-1: #f6d0b1;
--color-2: #f5a8c3;
--color-3: #b6e2e0;
--color-4: #69bf9c;
--color-5: #4a9ec4;
} 🌈 Flutter Shy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d0b1, #f5a8c3, #b6e2e0, #69bf9c, #4a9ec4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d0b1, #f5a8c3, #b6e2e0, #69bf9c, #4a9ec4);
} 🔗 Explore similar color palettes
Flutter Shy color palette created on .