Cottagecore Fluttershy Color Palette

Discover the beautiful Cottagecore Fluttershy color palette featuring maize (#f6d5a7), cashmere (#e8baa1), azalea (#f5c7d0), skeptic (#b8e0d2) and pigeon post (#a1c3d4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPastel, Soft, Pink, Blue, Green, Bright, Flower, Summer 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 Cottagecore Fluttershy palette

Share this palette to:

💻 Cottagecore Fluttershy color palette CSS

/* CSS */
.color-1 {
color: #f6d5a7;
}
.color-2 {
color: #e8baa1;
}
.color-3 {
color: #f5c7d0;
}
.color-4 {
color: #b8e0d2;
}
.color-5 {
color: #a1c3d4;
}

/* CSS Variables */
:root {
--color-1: #f6d5a7;
--color-2: #e8baa1;
--color-3: #f5c7d0;
--color-4: #b8e0d2;
--color-5: #a1c3d4;
}

🌈 Cottagecore Fluttershy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d5a7, #e8baa1, #f5c7d0, #b8e0d2, #a1c3d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d5a7, #e8baa1, #f5c7d0, #b8e0d2, #a1c3d4);
}

Cottagecore Fluttershy color palette created on .