Discover the beautiful Lemon Grove Serenity color palette featuring turbo (#f0f000), corn (#d6d300), rio grande (#b6c700), pistachio (#a1b300) and limeade (#8c9e00).
Lemon Grove Serenity Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with 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
Explore how the Lemon Grove Serenity palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Lemon Grove Serenity palette
💻 Lemon Grove Serenity color palette CSS
/* CSS */
.color-1 {
color: #f0f000;
}
.color-2 {
color: #d6d300;
}
.color-3 {
color: #b6c700;
}
.color-4 {
color: #a1b300;
}
.color-5 {
color: #8c9e00;
}
/* CSS Variables */
:root {
--color-1: #f0f000;
--color-2: #d6d300;
--color-3: #b6c700;
--color-4: #a1b300;
--color-5: #8c9e00;
}
🌈 Lemon Grove Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0f000, #d6d300, #b6c700, #a1b300, #8c9e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0f000, #d6d300, #b6c700, #a1b300, #8c9e00);
}
🔗 Explore similar color palettes
Lemon Grove Serenity color palette created on .