Lima Sunshine Color Palette

Discover the beautiful Lima Sunshine color palette featuring lima (#76bf18), bahia (#a5d70f), confetti (#d3e85e), portica (#f4e96c) and saffron mango (#f8ca49).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Lima Sunshine color palette CSS

/* CSS */
.color-1 {
color: #76bf18;
}
.color-2 {
color: #a5d70f;
}
.color-3 {
color: #d3e85e;
}
.color-4 {
color: #f4e96c;
}
.color-5 {
color: #f8ca49;
}

/* CSS Variables */
:root {
--color-1: #76bf18;
--color-2: #a5d70f;
--color-3: #d3e85e;
--color-4: #f4e96c;
--color-5: #f8ca49;
}

🌈 Lima Sunshine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #76bf18, #a5d70f, #d3e85e, #f4e96c, #f8ca49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #76bf18, #a5d70f, #d3e85e, #f4e96c, #f8ca49);
}

Lima Sunshine color palette created on .