Forest Fairy Color Palette

Discover the beautiful Forest Fairy color palette featuring conifer (#a3d55d), asparagus (#6a994d), spring leaves (#4d7a56), killarney (#3f6e4e) and stromboli (#2d5c4f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Earthy, Fairy, Forest, Green, Magical, Nature, Soft, Summer, Vibrant 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 Forest Fairy palette

Share this palette to:

💻 Forest Fairy color palette CSS

/* CSS */
.color-1 {
color: #a3d55d;
}
.color-2 {
color: #6a994d;
}
.color-3 {
color: #4d7a56;
}
.color-4 {
color: #3f6e4e;
}
.color-5 {
color: #2d5c4f;
}

/* CSS Variables */
:root {
--color-1: #a3d55d;
--color-2: #6a994d;
--color-3: #4d7a56;
--color-4: #3f6e4e;
--color-5: #2d5c4f;
}

🌈 Forest Fairy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d55d, #6a994d, #4d7a56, #3f6e4e, #2d5c4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d55d, #6a994d, #4d7a56, #3f6e4e, #2d5c4f);
}

Forest Fairy color palette created on .