Leafeon Color Palette

Discover the beautiful Leafeon color palette featuring moss green (#a9d9a6), moss green (#b5d7a2), hampton (#e6e2b7), rajah (#f3b462) and ecstasy (#f97a1f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Forest, Green, Light, Nature, Orange, Summer, Vibrant, 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 Leafeon palette

Share this palette to:

💻 Leafeon color palette CSS

/* CSS */
.color-1 {
color: #a9d9a6;
}
.color-2 {
color: #b5d7a2;
}
.color-3 {
color: #e6e2b7;
}
.color-4 {
color: #f3b462;
}
.color-5 {
color: #f97a1f;
}

/* CSS Variables */
:root {
--color-1: #a9d9a6;
--color-2: #b5d7a2;
--color-3: #e6e2b7;
--color-4: #f3b462;
--color-5: #f97a1f;
}

🌈 Leafeon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d9a6, #b5d7a2, #e6e2b7, #f3b462, #f97a1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d9a6, #b5d7a2, #e6e2b7, #f3b462, #f97a1f);
}

Leafeon color palette created on .