Fluttershy Color Palette
Discover the beautiful Fluttershy color palette featuring mandys pink (#f1b6c1), corvette (#f8d0a0), khaki (#f1e98e), morning glory (#a3d7e0) and vivid tangerine (#ff9f85).
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 Fluttershy palette
💻 Fluttershy color palette CSS
/* CSS */
.color-1 {
color: #f1b6c1;
}
.color-2 {
color: #f8d0a0;
}
.color-3 {
color: #f1e98e;
}
.color-4 {
color: #a3d7e0;
}
.color-5 {
color: #ff9f85;
}
/* CSS Variables */
:root {
--color-1: #f1b6c1;
--color-2: #f8d0a0;
--color-3: #f1e98e;
--color-4: #a3d7e0;
--color-5: #ff9f85;
}
🌈 Fluttershy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1b6c1, #f8d0a0, #f1e98e, #a3d7e0, #ff9f85);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1b6c1, #f8d0a0, #f1e98e, #a3d7e0, #ff9f85);
}
🔗 Explore similar color palettes
Fluttershy color palette created on .