Lime Grove Bliss Color Palette
Discover the beautiful Lime Grove Bliss color palette featuring turbo (#f0f000), rio grande (#b2c200), limeade (#7d9900), verdun green (#4a7500) and verdun green (#2f4d00).
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 Grove Bliss palette
๐ป Lime Grove Bliss color palette CSS
/* CSS */
.color-1 {
color: #f0f000;
}
.color-2 {
color: #b2c200;
}
.color-3 {
color: #7d9900;
}
.color-4 {
color: #4a7500;
}
.color-5 {
color: #2f4d00;
}
/* CSS Variables */
:root {
--color-1: #f0f000;
--color-2: #b2c200;
--color-3: #7d9900;
--color-4: #4a7500;
--color-5: #2f4d00;
}
๐ Lime Grove Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0f000, #b2c200, #7d9900, #4a7500, #2f4d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0f000, #b2c200, #7d9900, #4a7500, #2f4d00);
}
๐ Explore similar color palettes
Lime Grove Bliss color palette created on .