Leafy Color Palette

Discover the beautiful Leafy color palette featuring fruit salad (#5b9b4b), spring rain (#a3c8a3), tea green (#c1e9af), texas (#f3f7a6) and casablanca (#fbb54b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, Garden, Green, Nature, Spring, 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 Leafy palette

Share this palette to:

💻 Leafy color palette CSS

/* CSS */
.color-1 {
color: #5b9b4b;
}
.color-2 {
color: #a3c8a3;
}
.color-3 {
color: #c1e9af;
}
.color-4 {
color: #f3f7a6;
}
.color-5 {
color: #fbb54b;
}

/* CSS Variables */
:root {
--color-1: #5b9b4b;
--color-2: #a3c8a3;
--color-3: #c1e9af;
--color-4: #f3f7a6;
--color-5: #fbb54b;
}

🌈 Leafy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b9b4b, #a3c8a3, #c1e9af, #f3f7a6, #fbb54b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b9b4b, #a3c8a3, #c1e9af, #f3f7a6, #fbb54b);
}

Leafy color palette created on .