Willow Color Palette
Discover the beautiful Willow color palette featuring pine glade (#adcf93), summer green (#94c199), acapulco (#82b6a6), glacier (#77aabc) and danube (#669dcd).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright Spring, Light Summer, Mint, Soft, Teal 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
💻 Willow color palette CSS
/* CSS */
.color-1 {
color: #adcf93;
}
.color-2 {
color: #94c199;
}
.color-3 {
color: #82b6a6;
}
.color-4 {
color: #77aabc;
}
.color-5 {
color: #669dcd;
}
/* CSS Variables */
:root {
--color-1: #adcf93;
--color-2: #94c199;
--color-3: #82b6a6;
--color-4: #77aabc;
--color-5: #669dcd;
} 🌈 Willow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #adcf93, #94c199, #82b6a6, #77aabc, #669dcd);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #adcf93, #94c199, #82b6a6, #77aabc, #669dcd);
} 🔗 Explore similar color palettes
Willow color palette created on .