Fairy Color Palette

Discover the beautiful Fairy color palette featuring melanie (#e6b7e1), light orchid (#daa4d7), wisteria (#b87cbb), padua (#b5e8d5) and corn field (#f4f9c3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Purple, Green, Light, Soft, Magical, Cream, Peach, Glow 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 Fairy palette

Share this palette to:

💻 Fairy color palette CSS

/* CSS */
.color-1 {
color: #e6b7e1;
}
.color-2 {
color: #daa4d7;
}
.color-3 {
color: #b87cbb;
}
.color-4 {
color: #b5e8d5;
}
.color-5 {
color: #f4f9c3;
}

/* CSS Variables */
:root {
--color-1: #e6b7e1;
--color-2: #daa4d7;
--color-3: #b87cbb;
--color-4: #b5e8d5;
--color-5: #f4f9c3;
}

🌈 Fairy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b7e1, #daa4d7, #b87cbb, #b5e8d5, #f4f9c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b7e1, #daa4d7, #b87cbb, #b5e8d5, #f4f9c3);
}

Fairy color palette created on .