Lush Meadow Harmony Color Palette
Discover the beautiful Lush Meadow Harmony color palette featuring green (#1aff1a), my pink (#d6a08a), mantis (#8cd06d), conifer (#b5d760) and supernova (#ffcc00).
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 Lush Meadow Harmony palette
💻 Lush Meadow Harmony color palette CSS
/* CSS */
.color-1 {
color: #1aff1a;
}
.color-2 {
color: #d6a08a;
}
.color-3 {
color: #8cd06d;
}
.color-4 {
color: #b5d760;
}
.color-5 {
color: #ffcc00;
}
/* CSS Variables */
:root {
--color-1: #1aff1a;
--color-2: #d6a08a;
--color-3: #8cd06d;
--color-4: #b5d760;
--color-5: #ffcc00;
} 🌈 Lush Meadow Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1aff1a, #d6a08a, #8cd06d, #b5d760, #ffcc00);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1aff1a, #d6a08a, #8cd06d, #b5d760, #ffcc00);
} 🔗 Explore similar color palettes
Lush Meadow Harmony color palette created on .