Lemon Lime Dream Color Palette
Discover the beautiful Lemon Lime Dream color palette featuring rio grande (#a8d600), rio grande (#b2d100), lime (#c3e600), chartreuse yellow (#d8f000) and canary (#eafb50).
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 Lemon Lime Dream palette
💻 Lemon Lime Dream color palette CSS
/* CSS */
.color-1 {
color: #a8d600;
}
.color-2 {
color: #b2d100;
}
.color-3 {
color: #c3e600;
}
.color-4 {
color: #d8f000;
}
.color-5 {
color: #eafb50;
}
/* CSS Variables */
:root {
--color-1: #a8d600;
--color-2: #b2d100;
--color-3: #c3e600;
--color-4: #d8f000;
--color-5: #eafb50;
} 🌈 Lemon Lime Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d600, #b2d100, #c3e600, #d8f000, #eafb50);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d600, #b2d100, #c3e600, #d8f000, #eafb50);
} 🔗 Explore similar color palettes
Lemon Lime Dream color palette created on .