Vibrant Greenery Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Greenery palette

Share this palette to:

Vibrant Greenery color palette CSS

/* CSS */
.color-1 {
color: #3d9e4c;
}
.color-2 {
color: #5ecf7e;
}
.color-3 {
color: #88e7a2;
}
.color-4 {
color: #b1f1c2;
}
.color-5 {
color: #eaffe0;
}

/* CSS Variables */
:root {
--color-1: #3d9e4c;
--color-2: #5ecf7e;
--color-3: #88e7a2;
--color-4: #b1f1c2;
--color-5: #eaffe0;
}

Vibrant Greenery background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d9e4c, #5ecf7e, #88e7a2, #b1f1c2, #eaffe0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d9e4c, #5ecf7e, #88e7a2, #b1f1c2, #eaffe0);
}

Vibrant Greenery color palette created on .