Luminous Lime Escape Color Palette

Discover the beautiful Luminous Lime Escape color palette featuring harlequin (#38ff14), apple (#32cd32), green (#00b300), chartreuse (#80ff00) and green yellow (#abff2e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Green, Vibrant, Spring, Modern 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 Luminous Lime Escape palette

Share this palette to:

💻 Luminous Lime Escape color palette CSS

/* CSS */
.color-1 {
color: #38ff14;
}
.color-2 {
color: #32cd32;
}
.color-3 {
color: #00b300;
}
.color-4 {
color: #80ff00;
}
.color-5 {
color: #abff2e;
}

/* CSS Variables */
:root {
--color-1: #38ff14;
--color-2: #32cd32;
--color-3: #00b300;
--color-4: #80ff00;
--color-5: #abff2e;
}

🌈 Luminous Lime Escape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #38ff14, #32cd32, #00b300, #80ff00, #abff2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #38ff14, #32cd32, #00b300, #80ff00, #abff2e);
}

Luminous Lime Escape color palette created on .