Lime Green Blossom Color Palette

Discover the beautiful Lime Green Blossom color palette featuring conifer (#a6d64c), pink (#ffb3c7), marzipan (#f7e4a1), feijoa (#a0d369) and bittersweet (#ff6e61).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Lime Green Blossom color palette CSS

/* CSS */
.color-1 {
color: #a6d64c;
}
.color-2 {
color: #ffb3c7;
}
.color-3 {
color: #f7e4a1;
}
.color-4 {
color: #a0d369;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #a6d64c;
--color-2: #ffb3c7;
--color-3: #f7e4a1;
--color-4: #a0d369;
--color-5: #ff6e61;
}

🌈 Lime Green Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6d64c, #ffb3c7, #f7e4a1, #a0d369, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6d64c, #ffb3c7, #f7e4a1, #a0d369, #ff6e61);
}

Lime Green Blossom color palette created on .