Pink Fluttershy Color Palette

Discover the beautiful Pink Fluttershy color palette featuring marzipan (#f7e1a1), azalea (#f1b6d3), vivid tangerine (#ff998a), texas rose (#ffb84d) and albescent white (#f2e3c5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Pink, Yellow, Bright, Spring 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 Pink Fluttershy palette

Share this palette to:

💻 Pink Fluttershy color palette CSS

/* CSS */
.color-1 {
color: #f7e1a1;
}
.color-2 {
color: #f1b6d3;
}
.color-3 {
color: #ff998a;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #f2e3c5;
}

/* CSS Variables */
:root {
--color-1: #f7e1a1;
--color-2: #f1b6d3;
--color-3: #ff998a;
--color-4: #ffb84d;
--color-5: #f2e3c5;
}

🌈 Pink Fluttershy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e1a1, #f1b6d3, #ff998a, #ffb84d, #f2e3c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e1a1, #f1b6d3, #ff998a, #ffb84d, #f2e3c5);
}

Pink Fluttershy color palette created on .