Lichen Green Color Palette

Discover the beautiful Lichen Green color palette featuring moss green (#a7d7b8), willow brook (#e3f0e0), jet stream (#b3d1cf), parchment (#f2e5d4) and cold turkey (#c7b2b5).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Lichen Green color palette CSS

/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #e3f0e0;
}
.color-3 {
color: #b3d1cf;
}
.color-4 {
color: #f2e5d4;
}
.color-5 {
color: #c7b2b5;
}

/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #e3f0e0;
--color-3: #b3d1cf;
--color-4: #f2e5d4;
--color-5: #c7b2b5;
}

🌈 Lichen Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #e3f0e0, #b3d1cf, #f2e5d4, #c7b2b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #e3f0e0, #b3d1cf, #f2e5d4, #c7b2b5);
}

Lichen Green color palette created on .