Willow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Willow palette
Color Inspiration
Images that showcase this color palette in real designs
Download Willow Color Palette (PNG)
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);
}
Similar color palettes
Willow color palette created on .