Green Fairy Color Palette
Discover the beautiful Green Fairy color palette featuring granny smith apple (#8fdc8f), chinook (#a2e2b7), gossip (#d2f9b4), sandwisp (#f2e3a1) and corvette (#f8c8a0).
Brightness
Saturation
Warmth
💡 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
💻 Green Fairy color palette CSS
/* CSS */
.color-1 {
color: #8fdc8f;
}
.color-2 {
color: #a2e2b7;
}
.color-3 {
color: #d2f9b4;
}
.color-4 {
color: #f2e3a1;
}
.color-5 {
color: #f8c8a0;
}
/* CSS Variables */
:root {
--color-1: #8fdc8f;
--color-2: #a2e2b7;
--color-3: #d2f9b4;
--color-4: #f2e3a1;
--color-5: #f8c8a0;
}
🌈 Green Fairy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8fdc8f, #a2e2b7, #d2f9b4, #f2e3a1, #f8c8a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8fdc8f, #a2e2b7, #d2f9b4, #f2e3a1, #f8c8a0);
}
🔗 Explore similar color palettes
Green Fairy color palette created on .