Flutter Shy Color Palette
Discover the beautiful Flutter Shy color palette featuring cotton candy (#ffbde7), pink lace (#ffd6ec), cotton candy (#ffb3cf), peach (#ffe9b3) and peach orange (#ffcd9e).
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: #ffbde7;
}
.color-2 {
color: #ffd6ec;
}
.color-3 {
color: #ffb3cf;
}
.color-4 {
color: #ffe9b3;
}
.color-5 {
color: #ffcd9e;
}
/* CSS Variables */
:root {
--color-1: #ffbde7;
--color-2: #ffd6ec;
--color-3: #ffb3cf;
--color-4: #ffe9b3;
--color-5: #ffcd9e;
} 🌈 Flutter Shy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffbde7, #ffd6ec, #ffb3cf, #ffe9b3, #ffcd9e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffbde7, #ffd6ec, #ffb3cf, #ffe9b3, #ffcd9e);
} 🔗 Explore similar color palettes
Flutter Shy color palette created on .