Lime 80's Color Palette
Discover the beautiful Lime 80's color palette featuring mint green (#9dff80), pastel green (#6cdb66), chateau green (#4bb951), sea green (#297a35) and parsley (#1a5b25).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with80s, Bright, Fun, Green, Spring, Vibrant, Yellow Green 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 80's palette
💻 Lime 80's color palette CSS
/* CSS */
.color-1 {
color: #9dff80;
}
.color-2 {
color: #6cdb66;
}
.color-3 {
color: #4bb951;
}
.color-4 {
color: #297a35;
}
.color-5 {
color: #1a5b25;
}
/* CSS Variables */
:root {
--color-1: #9dff80;
--color-2: #6cdb66;
--color-3: #4bb951;
--color-4: #297a35;
--color-5: #1a5b25;
} 🌈 Lime 80's background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9dff80, #6cdb66, #4bb951, #297a35, #1a5b25);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9dff80, #6cdb66, #4bb951, #297a35, #1a5b25);
} 🔗 Explore similar color palettes
Lime 80's color palette created on .