Willow Color Palette

Discover the beautiful Willow color palette featuring norway (#a7c19f), highland (#7e9b69), axolotl (#4e6b4c), fall green (#d7e9b9) and hampton (#e5caae).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Willow color palette CSS

/* CSS */
.color-1 {
color: #a7c19f;
}
.color-2 {
color: #7e9b69;
}
.color-3 {
color: #4e6b4c;
}
.color-4 {
color: #d7e9b9;
}
.color-5 {
color: #e5caae;
}

/* CSS Variables */
:root {
--color-1: #a7c19f;
--color-2: #7e9b69;
--color-3: #4e6b4c;
--color-4: #d7e9b9;
--color-5: #e5caae;
}

🌈 Willow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c19f, #7e9b69, #4e6b4c, #d7e9b9, #e5caae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c19f, #7e9b69, #4e6b4c, #d7e9b9, #e5caae);
}

Willow color palette created on .