Green Willow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Green Willow palette

Share this palette to:

Green Willow color palette CSS

/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #6d9c81;
}
.color-3 {
color: #4b816e;
}
.color-4 {
color: #2e5b5c;
}
.color-5 {
color: #1a3a3d;
}

/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #6d9c81;
--color-3: #4b816e;
--color-4: #2e5b5c;
--color-5: #1a3a3d;
}

Green Willow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #6d9c81, #4b816e, #2e5b5c, #1a3a3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #6d9c81, #4b816e, #2e5b5c, #1a3a3d);
}

Green Willow color palette created on .