Light Green Color Palette

Discover the beautiful Light Green color palette featuring powder ash (#b6c9ba), surf crest (#d6e6d6), zanah (#e8f3e2), coconut cream (#f9f8e1) and sidecar (#f4d8c3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beach, Green, Light, Summer 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 Light Green palette

Share this palette to:

💻 Light Green color palette CSS

/* CSS */
.color-1 {
color: #b6c9ba;
}
.color-2 {
color: #d6e6d6;
}
.color-3 {
color: #e8f3e2;
}
.color-4 {
color: #f9f8e1;
}
.color-5 {
color: #f4d8c3;
}

/* CSS Variables */
:root {
--color-1: #b6c9ba;
--color-2: #d6e6d6;
--color-3: #e8f3e2;
--color-4: #f9f8e1;
--color-5: #f4d8c3;
}

🌈 Light Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c9ba, #d6e6d6, #e8f3e2, #f9f8e1, #f4d8c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c9ba, #d6e6d6, #e8f3e2, #f9f8e1, #f4d8c3);
}

Light Green color palette created on .