Pink Fluttershy Color Palette
Discover the beautiful Pink Fluttershy color palette featuring azalea (#f6c6e3), peach yellow (#f9e1a9), chantilly (#f4b4e4), sandwisp (#f2f4a4) and pink salmon (#ff8a92).
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 Pink Fluttershy palette
💻 Pink Fluttershy color palette CSS
/* CSS */
.color-1 {
color: #f6c6e3;
}
.color-2 {
color: #f9e1a9;
}
.color-3 {
color: #f4b4e4;
}
.color-4 {
color: #f2f4a4;
}
.color-5 {
color: #ff8a92;
}
/* CSS Variables */
:root {
--color-1: #f6c6e3;
--color-2: #f9e1a9;
--color-3: #f4b4e4;
--color-4: #f2f4a4;
--color-5: #ff8a92;
} 🌈 Pink Fluttershy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c6e3, #f9e1a9, #f4b4e4, #f2f4a4, #ff8a92);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c6e3, #f9e1a9, #f4b4e4, #f2f4a4, #ff8a92);
} 🔗 Explore similar color palettes
Pink Fluttershy color palette created on .