Lime Yellow Color Palette
Discover the beautiful Lime Yellow color palette featuring golden fizz (#f9e82f), rio grande (#a8d600), atlantis (#7dcc24), limeade (#4ca300) and limeade (#398a00).
Brightness
Saturation
Warmth
💡 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 Yellow palette
💻 Lime Yellow color palette CSS
/* CSS */
.color-1 {
color: #f9e82f;
}
.color-2 {
color: #a8d600;
}
.color-3 {
color: #7dcc24;
}
.color-4 {
color: #4ca300;
}
.color-5 {
color: #398a00;
}
/* CSS Variables */
:root {
--color-1: #f9e82f;
--color-2: #a8d600;
--color-3: #7dcc24;
--color-4: #4ca300;
--color-5: #398a00;
} 🌈 Lime Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e82f, #a8d600, #7dcc24, #4ca300, #398a00);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e82f, #a8d600, #7dcc24, #4ca300, #398a00);
} 🔗 Explore similar color palettes
Lime Yellow color palette created on .