Lush Meadow Harmony Color Palette

Discover the beautiful Lush Meadow Harmony color palette featuring fern green (#497f39), sushi (#6ead2e), conifer (#9fd65c), yellow green (#d1e892) and sidecar (#f4f3b8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Nature, Bright, Spring, Fun 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

UI Examples

Explore beautiful UI components with Lush Meadow Harmony palette

Share this palette to:

💻 Lush Meadow Harmony color palette CSS

/* CSS */
.color-1 {
color: #497f39;
}
.color-2 {
color: #6ead2e;
}
.color-3 {
color: #9fd65c;
}
.color-4 {
color: #d1e892;
}
.color-5 {
color: #f4f3b8;
}

/* CSS Variables */
:root {
--color-1: #497f39;
--color-2: #6ead2e;
--color-3: #9fd65c;
--color-4: #d1e892;
--color-5: #f4f3b8;
}

🌈 Lush Meadow Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #497f39, #6ead2e, #9fd65c, #d1e892, #f4f3b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #497f39, #6ead2e, #9fd65c, #d1e892, #f4f3b8);
}

Lush Meadow Harmony color palette created on .