Green Fairy Color Palette

Discover the beautiful Green Fairy color palette featuring granny smith apple (#96dd92), chinook (#a6e3b8), gossip (#d3f9b4), sandwisp (#f3e4a0) and corvette (#f8c9a0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Pastel, Soft, Spring, Summer, Light, Cream, Earthy, Bright, Yellow 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 Green Fairy palette

Share this palette to:

💻 Green Fairy color palette CSS

/* CSS */
.color-1 {
color: #96dd92;
}
.color-2 {
color: #a6e3b8;
}
.color-3 {
color: #d3f9b4;
}
.color-4 {
color: #f3e4a0;
}
.color-5 {
color: #f8c9a0;
}

/* CSS Variables */
:root {
--color-1: #96dd92;
--color-2: #a6e3b8;
--color-3: #d3f9b4;
--color-4: #f3e4a0;
--color-5: #f8c9a0;
}

🌈 Green Fairy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #96dd92, #a6e3b8, #d3f9b4, #f3e4a0, #f8c9a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #96dd92, #a6e3b8, #d3f9b4, #f3e4a0, #f8c9a0);
}

Green Fairy color palette created on .