Fluttershy Color Palette

Discover the beautiful Fluttershy color palette featuring corvette (#f9d4a4), illusion (#f6a2c1), french lilac (#e5b5ed), regent st blue (#a4d6e5) and sandwisp (#f4e09f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Yellow, Soft, Bright, Spring, Flower, Fun, Aesthetic, Light, Coastal color palettes and combinations.

💡 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

Share this palette to:

💻 Fluttershy color palette CSS

/* CSS */
.color-1 {
color: #f9d4a4;
}
.color-2 {
color: #f6a2c1;
}
.color-3 {
color: #e5b5ed;
}
.color-4 {
color: #a4d6e5;
}
.color-5 {
color: #f4e09f;
}

/* CSS Variables */
:root {
--color-1: #f9d4a4;
--color-2: #f6a2c1;
--color-3: #e5b5ed;
--color-4: #a4d6e5;
--color-5: #f4e09f;
}

🌈 Fluttershy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d4a4, #f6a2c1, #e5b5ed, #a4d6e5, #f4e09f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d4a4, #f6a2c1, #e5b5ed, #a4d6e5, #f4e09f);
}

Fluttershy color palette created on .