Lemon Green Blue Color Palette
Discover the beautiful Lemon Green Blue color palette featuring rio grande (#a8d600), ocean green (#3c9f79), blumine (#1e507b), picton blue (#54bfe3) and starship (#f7e240).
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 Green Blue palette
💻 Lemon Green Blue color palette CSS
/* CSS */
.color-1 {
color: #a8d600;
}
.color-2 {
color: #3c9f79;
}
.color-3 {
color: #1e507b;
}
.color-4 {
color: #54bfe3;
}
.color-5 {
color: #f7e240;
}
/* CSS Variables */
:root {
--color-1: #a8d600;
--color-2: #3c9f79;
--color-3: #1e507b;
--color-4: #54bfe3;
--color-5: #f7e240;
}
🌈 Lemon Green Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d600, #3c9f79, #1e507b, #54bfe3, #f7e240);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d600, #3c9f79, #1e507b, #54bfe3, #f7e240);
}
🔗 Explore similar color palettes
Lemon Green Blue color palette created on .