Fae Color Palette

Discover the beautiful Fae color palette featuring caper (#d6e9b4), moss green (#a7d7b8), gulf stream (#81b6b2), regent st blue (#a2c1e7) and wewak (#f3a5b0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Flower, Fun, Green, Light, Pastel, Pink, Soft, 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 Fae palette

Share this palette to:

💻 Fae color palette CSS

/* CSS */
.color-1 {
color: #d6e9b4;
}
.color-2 {
color: #a7d7b8;
}
.color-3 {
color: #81b6b2;
}
.color-4 {
color: #a2c1e7;
}
.color-5 {
color: #f3a5b0;
}

/* CSS Variables */
:root {
--color-1: #d6e9b4;
--color-2: #a7d7b8;
--color-3: #81b6b2;
--color-4: #a2c1e7;
--color-5: #f3a5b0;
}

🌈 Fae background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6e9b4, #a7d7b8, #81b6b2, #a2c1e7, #f3a5b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6e9b4, #a7d7b8, #81b6b2, #a2c1e7, #f3a5b0);
}

Fae color palette created on .