Light Green Color Palette

Discover the beautiful Light Green color palette featuring hampton (#e5d8ae), chino (#d0c5a4), swamp green (#b2b78f), sinbad (#a3d2c4) and gulf stream (#81b6a9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeach, Cream, Green, Soft, Light 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: #e5d8ae;
}
.color-2 {
color: #d0c5a4;
}
.color-3 {
color: #b2b78f;
}
.color-4 {
color: #a3d2c4;
}
.color-5 {
color: #81b6a9;
}

/* CSS Variables */
:root {
--color-1: #e5d8ae;
--color-2: #d0c5a4;
--color-3: #b2b78f;
--color-4: #a3d2c4;
--color-5: #81b6a9;
}

🌈 Light Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5d8ae, #d0c5a4, #b2b78f, #a3d2c4, #81b6a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5d8ae, #d0c5a4, #b2b78f, #a3d2c4, #81b6a9);
}

Light Green color palette created on .